[cvsnt] Re: login to cvs using pserver
Gerhard Fiedler
lists at connectionbrazil.com
Thu Dec 1 18:10:24 GMT 2005
Not sure what you're doing here, but it seems you are using two different
ways to identify the repository (aka CVSROOT):
":pserver:Miro at localhost:2401:/sklad" and "c:/cvs/repo/sklad"
> Logging in to :pserver:Miro at localhost:2401:/sklad
> >cvs -dc:/cvs/repo/sklad co CVSROOT
IMO you should tell cvsnt server to identify your repository as "/sklad"
and then use this always in your CVSROOT (probably something like
":pserver:Miro at localhost:/sklad"). And use the same CVSROOT for everything
under the same login.
To make sure you have pserver protocol installed, use cvs info (of course
with the right CVSROOT setting :)
Gerhard
Miro Šimko wrote:
> *2.* Create repository root "c:/cvs/repo/sklad" with name "/sklad" and
> initialize it.
>
> *3.* Now, I can checkout CVSROOT directory from this new project using
> >cvs -dc:/cvs/repo/sklad co CVSROOT
>
> What I would like now is to login using :pserver: protocol( needed in
> eclipse IDE)
> >cvs login
> Logging in to :pserver:Miro at localhost:2401:/sklad
> CVS Password:
> cvs [login aborted]: authorization failed: server localhost rejected
> access to /sklad
More information about the cvsnt
mailing list