From: SourceForge.net <no...@so...> - 2003-12-06 16:46:27
|
Patches item #855359, was opened at 2003-12-06 11:45 Message generated for change (Comment added) made by gward 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: Fred L. Drake, Jr. (fdrake) 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. ---------------------------------------------------------------------- >Comment By: Greg Ward (gward) Date: 2003-12-06 11:46 Message: Logged In: YES user_id=14422 Fred, I'm assigning to you because you wrote the code that I'm patching. Also, you might want to merge this onto the new-config branch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=855359&group_id=47611 |