Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2002 00:39:54 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        "Paul A. Scott" <pscott@skycoast.us>
Cc:        Terry Lambert <tlambert2@mindspring.com>, freebsd-current@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   Re: Problem pulling particular directory from CVS
Message-ID:  <20021127223954.GD13085@gothmog.gr>
In-Reply-To: <BA0A6F92.15142%pscott@skycoast.us>
References:  <3DE5217B.43CE658@mindspring.com> <BA0A6F92.15142%pscott@skycoast.us>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-11-27 12:48, "Paul A. Scott" <pscott@skycoast.us> wrote:
>
> > You are not being quite forthright, I think.
>
> Actually, I've been totally forthright. I start with an empty working
> directory, and type:
>
> setenv CVSROOT ":pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs"
> cvs login
> cvs co src/contrib

Hmmm.  Can you try doing the same in parts?

    $ CVSROOT=':pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs'
    $ export CVSROOT
    $ cvs -q co -l src
    $ cd src
    $ cvs -q up -Adl contrib
    $ cvs -q up -APd contrib/cvs

See if this works...

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021127223954.GD13085>