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.
In my case (see the thread: cvs [update aborted]: cannot rename file .new.glbldata.c) the problem is not on the server side. Its on the client side. It says: cvs [update aborted]: cannot rename file .new.glbldata.c to glbldata.c: No such file or directory "No such file or directory" sounds like it's NOT THERE! The ".new.glbldata.c" is not in the client's directory yet? By the time I look, it's there. So, I have a workaround in my perl script that renames the file if it sees that cvs failed. That works, but has problems because next time update is run, it tries to merge (because the Entries file did not get updated) and ... it's a mess. BTW, I have disabled my Virus Scan software. So, in my case, the retry might help. But it would be nice to really get to the bottom of this. Sounds like its causing a lot of headaches. thanks, __________________________________ Reed Lawson IGT Firmware Engineering (775) 448-0755 > -----Original Message----- > From: tmh at nodomain.org [mailto:tmh at nodomain.org] > Sent: Monday, May 12, 2003 8:58 AM > To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook > Subject: Re: [cvsnt] Re: Problems during Update > > > On Mon, 12 May 2003 11:42:11 -0400, "Keith D. Zimmerman" > <kzimmerman at eshcom.com> wrote: > > >What are the symptoms of the quirk? > > > The file remains locked, basically. I used to get it a lot > on the server side > before I restuctured the RCS code - essentially a file > close/unlock on NT > happens fractionally after you close the file. Normally this > isn't a problem, > but if you catch it quickly enough a close/rename will fail. > > Unfortunately once this happens it never seems to release the > lock on the file > - I tried a 1 second sleep between retries and it still > didn't release the > lock, even though the handle logger said there were no open > handles on the > file. > > Tony > > _______________________________________________ > cvsnt mailing list > cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs >