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.
Daniel Lapolla wrote: > Hi, > > I'm using cvsnt server 2.0.51d in a freebsd box. > The client is WinCVS with 2.0.41a in a WinXP box. > > Me and other developers are experiencing a locking problem in a specific > file. > > When running 'cvs -q update -P myfile.txt' everything works fine and the > file gets updated. > > But, when running 'cvs -q update -p -r 1.15 myfile.txt' the client hangs and > I need to manually kill the corresponding server process. It doesn't sound like locking... try removing the -q as that's not helping you diagnose the problem. Possibly a corrupt file? You can also try with cvs -ttt (you'll need to enable tracing on the server first). Tony