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'm writing a client for cvs using java socket comunication. All works good, but I get the error: failed to move `D:/CVSReps/ ... /xxx,v' out of the attic: Permission denied (during the fimanl commit) when I try to "resurrect" a file previously deleted. I've read that it has been a big bug of cvs but has been already solved... The client user has full permission no all the directories on the server... A way to solve the problem is to retry the commit 2 or 3 (sometimes 6) times, to succesfully move the file out of the Attic. so I perform: - add of the file - commit of the file (and I got the error) - another commit of the file (and I got the error) - commit of the file (and I is succesfull) I think it's a bug... where can I report it? The server is the last (CVSNT 1.11.1.3 rc2 (Build 55)), but i got this problem with version 1.11.1.2(build 41) too Regards Valerio Bottari mailto:valerio.bottari at ge.txt.it Here is the "commit" socket comunication: 07/mar/2002 11:30:31.931 [main] - C: BEGIN AUTH REQUEST 07/mar/2002 11:30:31.931 [main] - C: /uno 07/mar/2002 11:30:31.941 [main] - C: admin 07/mar/2002 11:30:31.941 [main] - C: Aye%?= 07/mar/2002 11:30:31.941 [main] - C: END AUTH REQUEST 07/mar/2002 11:30:34.425 [main] - S: I LOVE YOU 07/mar/2002 11:30:34.435 [main] - C: Root /uno 07/mar/2002 11:30:34.435 [main] - C: Valid-responses E M ok error Valid-requests Created Merged Updated Update-existing Removed Remove-entry New-entry Checked-in Checksum Copy-file Notified Clear-sticky Set-sticky Clear-static-directory Set-static-directory 07/mar/2002 11:30:34.445 [main] - C: UseUnchanged 07/mar/2002 11:30:34.445 [main] - C: Argument -m 07/mar/2002 11:30:34.445 [main] - C: Argument pvs commit 07/mar/2002 11:30:34.445 [main] - C: Directory . 07/mar/2002 11:30:34.455 [main] - C: /uno/mod1/Sanremo/Giovani 07/mar/2002 11:30:34.455 [main] - C: Entry /alexia.jpg/0/// 07/mar/2002 11:30:34.455 [main] - C: Modified alexia.jpg 07/mar/2002 11:30:34.465 [main] - C: u=rw,g=r,o=r 07/mar/2002 11:30:34.465 [main] - C: 6436 07/mar/2002 11:30:34.465 [main] - C: Sending data... 6436 bytes 07/mar/2002 11:30:34.465 [main] - C: 6436 bytes successfully sent 07/mar/2002 11:30:34.475 [main] - C: Argument alexia.jpg 07/mar/2002 11:30:34.475 [main] - C: ci 07/mar/2002 11:30:34.915 [main] - S: E cvs server: failed to move `D:/CVSReps/uno/mod1/Sanremo/Giovani/Attic/alexia.jpg,v' out of the attic: Permission denied 07/mar/2002 11:30:35.016 [main] - S: error _______________________________________________ Cvsnt mailing list Cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs _______________________________________________ Cvsnt mailing list Cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs