Jim.Hyslop writes:
> 
> Mike wrote:
> > Given a project a that has the path a/b/c/d and a file a/b/c/d/file1,
> > you check in file1, then make a change, check in the change, then
> > want to revert to the original version, how do you do it?
>
> Use the -p and -r options:
> 
> cvs update -p -r1.1 file1 > file1
> 
> then check it in again.

Or use update with two -r options (note that the order is important):

        cvs update -rHEAD -r1.1 file1

then check it in again.

-Larry Jones

I think my cerebellum just fused. -- Calvin


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

Reply via email to