From: SourceForge.net <no...@so...> - 2003-12-06 16:45:20
|
Patches item #855359, was opened at 2003-12-06 11:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=855359&group_id=47611 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Ward (gward) Assigned to: Nobody/Anonymous (nobody) Summary: Traceback opening Entries file for new dir in new project Initial Comment: Trying to add a new directory in a brand-new project fails. Eg. in your $CVSHOME repository do this: mkdir test Then go make a working copy somewhere: cvs -d /home/cvs co test Add a new directory: mkdir foo cvs add foo The "cvs add" succeeds, but syncmail bombs with Traceback (most recent call last): File "/scratch/src/syncmail/syncmail", line 455, in ? main() File "/scratch/src/syncmail/syncmail", line 442, in main changes = load_change_info() File "/scratch/src/syncmail/syncmail", line 322, in load_change_info f = open(entries_fn) IOError: [Errno 2] No such file or directory: 'CVS/Entries' BTW, this is with the latest trunk revision (1.36) of syncmail; I haven't tried the new-config branch. The patch is trivial; I'll attach it, and if no one objects, will check it in. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=855359&group_id=47611 |