Greg Baynham writes:
> 
> I have a file with 10 revisions on it.  I would like to revert to
> revision 9.  Within WinCVS I can see a function to delete revision, but
> am concerned that it might delete too much.  Can somebody explain what
> this feature does, or point me to some documentation that explains it?

See the -o option to cvs admin:

        <http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_16.html#SEC119>

But don't use it.  To revert to a previous revision, use merge to remove
the undesired changes as shown in:

        <http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_5.html#SEC62>

And then commit the file.

-Larry Jones

Oh, now don't YOU start on me. -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to