On 2002-11-27 12:48, "Paul A. Scott" <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]:/home/ncvs"
> cvs login
> cvs co src/contrib

Hmmm.  Can you try doing the same in parts?

    $ CVSROOT=':pserver:[EMAIL PROTECTED]:/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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to