On Fri, Apr 24, 2009 at 04:47:06PM -0400, Nick Guenther wrote:
> I tried to cvs up but it kept giving me
> $ cvsroot=anon...@anoncvs1.ca.openbsd.org:/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 cvsroot=anon...@your.cvs.mirror.tld:/cvs cvs co ports

Then you can do `cvs up'

        cd /usr/ports && \
        cvs -q up -PAd

-- 
best regards
q#


Reply via email to