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.
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.