From: SourceForge.net <no...@so...> - 2003-03-14 21:36:59
|
Bugs item #626140, was opened at 2002-10-20 20:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=626140&group_id=47611 Category: None Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Serguei A. Mokhov (mokhov) Assigned to: Nobody/Anonymous (nobody) Summary: Every import syncmail it fails Initial Comment: No message is sent because syncmail fails as below: .... No conflicts created by this import Mailing mar...@li...... Generating notification message... Generating notification message... done. Mailing mar...@li...... Generating notification message... Traceback (innermost last): File "/cvsroot/marf/CVSROOT/syncmail", line 322, in ? main() File "/cvsroot/marf/CVSROOT/syncmail", line 315, in main blast_mail(subject, people, specs[1:], contextlines, fromhost) File "/cvsroot/marf/CVSROOT/syncmail", line 240, in blast_mail print calculate_diff(file, contextlines) File "/cvsroot/marf/CVSROOT/syncmail", line 139, in calculate_diff file, oldrev, newrev = string.split(filespec, ',') ValueError: unpack list of wrong size ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2003-03-14 16:48 Message: Logged In: YES user_id=3066 This is a duplicate of SF bug #583345. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-01-15 22:52 Message: Logged In: NO I am seeing this as well. I am using WinCVS (actually got same error using Eclipse as well) as the client. I am entering the module into a subdirectory of the cvsroot. In other words, the command looks like: cvs -z9 import -m "comment" subdir/module vendor tag ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=626140&group_id=47611 |