Subject: Re: Please test bootstrap
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 11/01/2005 10:52:30
Martti Kuparinen wrote:
> Roland Illig wrote:
> 
>> cd proj/pkgsrc
>> cvs update bootstrap devel    # because the filesystem is quite slow. :)
> 
> 
> You should ALWAYS do "cvs update -dP"

That's what my ~/.cvsrc takes care of. Thanks for that reminder, I 
always forget that others might not have that file. :)

$ cat ~/.cvsrc
checkout -P
update -dP
release -d
diff -up
cvs -q
rdiff -u

Roland