> run cvs login command manually to register your password.
I think you mean this?
cvs -p :pserver:[EMAIL PROTECTED]:D:/dept/xxxxx login
I get prompted for a password, which I enter, no error is returned, so I
guess it's OK.
I also try to check the registry for the cvs password entry but didn't
found it. Any ideas where I can find it?
tx again!
Emmanuel Venisse <[EMAIL PROTECTED]>
01/12/2005 15:33
Please respond to
[email protected]
To
[email protected]
cc
Subject
Re: connection to cvs error
cvsnt doesn't use cvs standard to store password. It use windows registry
and we can't access to it,
so you need to run cvs login command manually to register your password.
Emmanuel
[EMAIL PROTECTED] a écrit :
> I got a problem when trying to build a Maven1 project.
>
> I just uploaded the pom.xml and tried to build.
>
> This is the build error as shown in web interface:
>
> Exception:
> Cannot checkout sources.
> Exception while executing SCM command.
> password is required
>
> I am running Continuum 1.0.1 locally on windows XP. Cvs servers is
running
> on Windows server. Client is cvsnt.
>
> This is my scm url, as defined in the POM :
>
> scm|cvs|pserver|[EMAIL PROTECTED]|D:/dept/xxxxxx|testMaven
>
> I can connect to cvs server via eclipse, directly or via Mevenide.
>
> Can I help Continuum to find my scm settings?
>
> tx,
> Peter