Share

syncmail

Tracker: Bugs

5 crash when adding directory locally (+ patch) - ID: 1839276
Last Update: Attachment added ( sjoerd )

When using a local CVS repository (i.e. not through SSH), then adding a
directory results in a crash:
$ cvs add x
Traceback (most recent call last):
File "/home/cvsroot/CVSROOT/syncmail", line 483, in <module>
main()
File "/home/cvsroot/CVSROOT/syncmail", line 470, in main
changes = load_change_info()
File "/home/cvsroot/CVSROOT/syncmail", line 347, in load_change_info
f = open(entries_fn)
IOError: [Errno 2] No such file or directory: 'CVS/Entries'
Directory /home/cvsroot/cddb/x added to the repository

The attached patch fixes this.


Sjoerd Mullender ( sjoerd ) - 2007-11-27 08:51

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
dir-patch patch for reported bug Download

Change ( 1 )

Field Old Value Date By
File Added 256247: dir-patch 2007-11-27 08:51 sjoerd