[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: get cvs version of certain date
From: |
Eli Zaretskii |
Subject: |
Re: get cvs version of certain date |
Date: |
Fri, 10 Jun 2005 09:42:46 +0300 |
> From: Fabian Braennstroem <fab@ddorf.de>
> Date: 10 Jun 2005 06:13:27 GMT
>
> I want to install the cvs version of 4th June.
> I get the current source with:
>
> cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs
>
> but there is compiling problem.
>
> Maybe anybody knows how to set the date for the cvs
> checkout!?
Look up "cvs co -D <date>" in the CVS manual.
Warning: the -D option is sticky; you should keep this in mind for the
future checkouts and other CVS operations (hint: use "cvs up -A" when
you no longer want to keep the June 4 date).