[cvsnt] How can I unedit files of other person

Aidan Corey aidan.corey at cafit.co.uk
Fri Feb 6 19:57:29 GMT 2004


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



More information about the cvsnt mailing list