automake
[Top][All Lists]
Advanced

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

Re: Help with CVS (Was: Conditionals in CVS Automake)


From: Lars J. Aas
Subject: Re: Help with CVS (Was: Conditionals in CVS Automake)
Date: Tue, 27 Mar 2001 20:45:31 +0200
User-agent: Mutt/1.2.5i

On Tue, Mar 27, 2001 at 08:26:59PM +0200, Akim Demaille wrote:
: Could someone teach me how to go backward with CVS and pull out
: revision n-1?  I'm quite lost with this issue, and I'd like to use CVS
: to have at least an idea of _when_ it started to fail.  I know how to
: do that with PRCS, but have no idea about CVS.

Select a file revision from the "cvs log <file>" dump, and check it out
with "cvs update -r 1.325 <file>".  The revision becomes sticky - you
release the glue and get the latest again with "cvs update -A <file>".

  Lars J



reply via email to

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