Subject: CVS from NetBSD Project Autobuild results
To: None <netbsd-users@netbsd.org, current-users@netbsd.org>
From: ptiJo <ptiJo@noos.fr>
List: current-users
Date: 07/14/2003 22:46:27
Hi,

I would like to grab a -CURRENT source tree that is known to compile.
For this, I have a look at http://releng.netbsd.org/ab/B_HEAD/arch.html.
But I can't have the -D option to work all right :/

For eg, I wanted to grab source from "Sun Jul 13 00:00:00 UTC 2003".
Here're my tries :
# cvs -d $CVSROOT -D "Sun Jul 13 00:00:00 UTC 2003" update -PAd src
# cvs -d $CVSROOT -D "7/13/03 00:00:00 UTC" update -PAd src
# cvs -d $CVSROOT -D "2003-07-13  00:00" update -PAd src
# cvs -d $CVSROOT -D "2003-07-13 00:00" update -PAd src

What should be the correct syntax to grab the sources ?

Thanks for answers,
	Jo