Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 08:22:30 +0200
From:      Norbert Koch <nk@LF.net>
To:        Doug Poland <doug@polands.org>
Cc:        questions@freebsd.org
Subject:   Re: newbie to cvs needs help
Message-ID:  <vzae0uc4pl.fsf@lamia.LF.net>
In-Reply-To: <20010820171514.A11929@polands.org> (Doug Poland's message of "Mon, 20 Aug 2001 17:15:14 -0400")
References:  <20010820171514.A11929@polands.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Doug Poland <doug@polands.org> writes:

> The problem is I cannot connect to cvsserver from my 4.3-STABLE box 
> (called devbox).  On devbox I've set an environment variable as in:
>
> 	setenv CVSROOT pserver:dpoland@cvsserver:/usr/local/cvs
>
> Here I get the following messages:
>
> 	devbox% cvs checkout myproject
> 	pserver:dpoland@cvsserver's password: 
> 	Permission denied, please try again.
>

Don't you have to issue a 'cvs login' before you checkout sources, ie
does the folowing work:

% cvs login
your password here
% cvs co myproject

norbert.

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?vzae0uc4pl.fsf>