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.
Arthur Barrett wrote: >> I'm trying to commit several files and receive a message that I am not a >> valid editor of these files and the operation fails. The server runs >> on my machine and I've been the only one to edit these files. Has >> anyone come across something like this? >> >> Any help would be greatly appreciated. > > You added the files as '-kx', so you need to do 'cvs edit' before > beginning work on the file. You can also use 'cvs edit' after working on the file, before committing the file. (This is a bit against the spirit of -kx and cvs edit, but it helps fixing your situation and doesn't do any harm if you know that your'e the only editor.) Long term solutions are either to follow Arthur's advice and use 'cvs edit' consistently as it's supposed to be used (TortoiseCVS can help a lot with this) or to remove the -kx option. Gerhard