info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sticky tag issue!


From: Larry Jones
Subject: Re: Sticky tag issue!
Date: Fri, 21 Nov 2003 10:05:39 -0500 (EST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]