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.
Leon, > 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. Ie: cvs edit file.ext notepad file.ext cvs ci -m "finished work" Regards, Arthur Barrett