Kayed Alfi writes:
>
> It is preventing us from retrieving an earlier version
> of the file to make changes to that particular source
> code. The question that probably begs it self, could
> I undue changes recursivly to a earlier versions of
> file x.
Yes, and that's the way to do what you want. See the example in the
manual:
<http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_5.html#SEC62>
Another approach is to use update -p and overwrite the working file.
For example:
cvs up -p -rold_rev file.c >file.c
The first method is safer since it will preserve any local changes to
the working file.
-Larry Jones
The authorities are trying to silence any view contrary to their own!
-- Calvin
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs