Menu

#9 Traceback opening Entries file for new dir in new project

open
None
5
2003-12-06
2003-12-06
Greg Ward
No

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.

Discussion

  • Greg Ward

    Greg Ward - 2003-12-06
     
  • Greg Ward

    Greg Ward - 2003-12-06

    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.

     
  • Greg Ward

    Greg Ward - 2003-12-06
    • assigned_to: nobody --> fdrake
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.