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.
Eric B. wrote: I don't understand. Why is it trying to create the lock file in > D:/CVS/Repository/Java/CVSROOT/ ??? Shouldn't it be creating the lock > file in d:\cvs\locks? I've tried with both forward and backward slashes, > but neither work. > CVS is creating its lock files in the LockDir, but the RCS part creates its own 'lockfile' which is its working copy of the file to write to in the same directory. Really it's not a lockfile, but historically it has always been called such. Tony