On Fri, Apr 24, 2009 at 04:47:06PM -0400, Nick Guenther wrote: > I tried to cvs up but it kept giving me > $ [email protected]:/cvs cvs up > cvs update: in directory .: > cvs update: ignoring CVS/Root because it specifies a non-existent > repository /cvs
First time you need to run `cvs co ports':
cd /usr && \
env [email protected]:/cvs cvs co ports
Then you can do `cvs up'
cd /usr/ports && \
cvs -q up -PAd
--
best regards
q#
