From: SourceForge.net <no...@so...> - 2007-11-27 08:51:26
|
Bugs item #1839276, was opened at 2007-11-27 09:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=1839276&group_id=47611 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sjoerd Mullender (sjoerd) Assigned to: Nobody/Anonymous (nobody) Summary: crash when adding directory locally (+ patch) Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=1839276&group_id=47611 |