Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSROOT: /usr/local/cvs Module name: cvsnt Changes by: arthur.barrett at march-hare.com Tue Feb 5 01:03:52 2008 On host: acer64lap.march-hare.local Directory: cvsnt/src M recurse.cpp CVSNT_BRANCH_2_5_03_2382 1.21.2.79.6.2 -> 1.21.2.79.6.3 Bug Id: Log message: more rename debugging. Still no bug number for this. Revision to Problem Definition: Under some test sets no .directory_history is created. After a commit following a rename. The CVS/Rename directory is removed on the client indicating the commit/rename went OK, but no directory_history file has been created in the repo. I've gotten as far as determining that walklist (dirlist,...) is not called: in do_recursion() [around line 961] because dirlist is NULL. do_recursion: cannot process the directories (dirlist == NULL) dirlist should NOT be null since the output included in the output: cvs commit: Examining . cvs commit: Examining test5 Checking in test5/New2.sas; /myrepo/CVSSDLC/SAS/Define/test5/Original2.sas,v <-- New2.sas new revision: 1.4; previous revision: 1.3 done So now I'm trying to find out why addlist(dirlist) is not doing what we expect it to do... (do_dir_proc() is not called so that's not the reason)