[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-users] Advice on checkout
From: |
Andreas K.Foerster |
Subject: |
Re: [Savannah-users] Advice on checkout |
Date: |
Thu, 13 Sep 2007 08:42:33 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Am Wednesday, dem 12. Sep 2007 schrieb Sylvain Beucler:
> > I would like to download a snapshort of cvs in the past. In my case
> > June 17, 2007 source snapshot of emacs.
> >
> > How can I do this?
> >
> > Please cc any replies to me. I am not a member of the list and do indeed
> > wish get to replies.
>
> Something like this should do (option -D):
> cvs -d:pserver:address@hidden:/cvsroot/emacs co -D 2007-06-17 emacs
I think in this case it is better to use "export" instead of "co".
cvs -d:pserver:address@hidden:/cvsroot/emacs export -D 2007-06-17 emacs
With "export" you don't get all those "CVS" subdirectories, which you don't
need in a
snapshot.
--
AKFoerster