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.
I captured the commit messages from two rename commits using TCVS. The first test was used a local repository on my workstation (same TCVS and CVSNT versions - trying to rule out a configuration issue on the test environment). The second test was in the test environment. Disregard the differences in revision numbers. These are separate tests. Both tests generated "Operation not permitted" messages. Hope this helps, Tim TEST 1 : Local Repository In C:\renametest\SAS\Define: "C:\Program Files\CVSNT\cvs.exe" -q -N commit -m "commit of rename" CVSROOT=:local:c:/data/systems/cvs/testrepo c:/data/systems/cvs/testrepo/TRA/RTEST/SAS/Define/.directory_history,v <-- directory update cvs commit: could not get info for `TRA/RTEST/SAS/Define/C:\DOCUME~1\WILLIA~1\LOCALS~1\Temp\cvsA8.tmp': Operation not permitted new revision: 1.3; previous revision: 1.2 done Success, CVS operation completed In C:\renametest\SAS\Define: "C:\Program Files\CVSNT\cvs.exe" -q -N stat CVSROOT=:local:c:/data/systems/cvs/testrepo Success, CVS operation completed TEST2 : Test Server Repository In C:\RenameTest2\SAS\Define\test3: "C:\Program Files (x86)\CVSNT\cvs.exe" -q commit -m "commit of rename" CVSROOT=:sspi:labcvstest:d:/cvsrep/opstest d:/cvsrep/opstest/SDLC/RTEST/SAS/Define/test3/.directory_history,v <-- directory update cvs server: could not get info for `SDLC/RTEST/SAS/Define/test3/D:\CVSTemp\cvsF4.tmp': Operation not permitted new revision: 1.2; previous revision: 1.1 done Success, CVS operation completed In C:\RenameTest2\SAS\Define\test3: "C:\Program Files (x86)\CVSNT\cvs.exe" -q stat CVSROOT=:sspi:labcvstest:d:/cvsrep/opstest Success, CVS operation completed -----Original Message----- From: Arthur Barrett [mailto:arthur.barrett at march-hare.com] Sent: Wednesday, January 09, 2008 3:25 PM To: Williams, Tim; cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Cc: support Subject: RE: [cvsnt] CVS Rename and Tag problem Tim, > cvs -ttt ci -m "rename" > ..\rename-log.txt 2> ..\rename-err.txt > I misread my own instuctions? OK - yes. You are seeing a different problem now: the commit is not 'recognising' that a rename has been performed. You should be seeing what you saw before: D:/CVSRep/OPSTEST/SDLC/CVSSDLC/SAS/Define/test2/.directory_history,v new revision: 1.2; previous revision: 1.1 done Can you try again with TortoiseCVS and see if you get this message on commit. If you do get the message try and work out what is different in my sequence and the TortoiseCVS sequence. If you do not get this message with TortoiseCVS then try and remember what has changed between then and now. Tony and I are currently looking into why the commit may ignore the rename but we haven't worked it out yet... Regards, Arthur