Subject: Re: cvs recursive import
To: Berndt Josef Wulf <wulf@ping.net.au>
From: None <itojun@iijlab.net>
List: tech-pkg
Date: 12/20/2000 09:48:56
>I've got bitten twice no by trying to do an recursive update of a
>package. Everytime I've did this it simply didn't update the
>Makefile.
>cvs -d wulf@cvs.netbsd.org:/cvsroot ci
>I know it is most likely a stupid mistake on my part but I really like
>to know what I need to do next time
"ci" seems to be incorrect. it should be:
% cvs -d wulf@cvs.netbsd.org:/cvsroot update
itojun