Menu

#27 cvs add dir on a local repository produces stack trace

open
nobody
None
5
2005-01-28
2005-01-28
No

When I add a new directory to the repository
(repository is located on the same machine) I get the
following:

cvs add test1
Traceback (most recent call last):
File "/var/cvs/CVSROOT/cvstools/syncmail", line 437, in ?
main()
File "/var/cvs/CVSROOT/cvstools/syncmail", line 424,
in main
changes = load_change_info()
File "/var/cvs/CVSROOT/cvstools/syncmail", line 301,
in load_change_info
f = open(entries_fn)
IOError: [Errno 2] No such file or directory: 'CVS/Entries'
Traceback (most recent call last):
File "/var/cvs/CVSROOT/cvstools/syncmail", line 437, in ?
main()
File "/var/cvs/CVSROOT/cvstools/syncmail", line 424,
in main
changes = load_change_info()
File "/var/cvs/CVSROOT/cvstools/syncmail", line 301,
in load_change_info
f = open(entries_fn)
IOError: [Errno 2] No such file or directory: 'CVS/Entries'
Directory /var/cvs/test/test1 added to the repository

The add is successful, but no e-mail is produced.

Discussion


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.