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.
Fabiano Marinho Carneiro da Cunha wrote: > At my project, there are files edited by a person that do not > work here > anymore. > > How can I unedit these files to make possible other people work > on it? In your working directory, do this:- cvs unedit -u fred foobar.txt (where fred is the name of the missing user). You can remove all of fred's edits like this:- cvs unedit -R -u fred Your username must be listed in the CVSROOT/admin file. Aidan