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.
J F wrote: > Here's the problem: In another command prompt window, if I run a > different cvs command on a completely different archive, it It's clearly not a different archive... there's no physical way for cvs processes to affect each other as they are different processes. Basically your second command is modifying the file that the first command is using, so it fails. If you get the timing right you can get away with it, which is why it works sometimes. Tony