Is it the same error? http://jira.codehaus.org/browse/CONTINUUM-701
Emmanuel
Emmanuel Venisse a écrit :
how do you run continuum on linux? as a service or directly on command
line?
Normally, password is added automatically to .cvspass in user home. If
it don't works for you, you can run the cvs login command.
Emmanuel
spavani a écrit :
Thanks Emmanuel and Edwin for your response. The last colon was easy
to miss.
I have advanced a little bit but haven't solved the problem
completely. On
Windows, Continuum is able to fetch and build successfully. On a linux
box,
the same pom.xml doesn't work. The build failure is that CVS is not
able to
recognize the password. Pasted below is the output from continumm
build on
linux box (Note: the server and user name have been sanitized)
Provider message: The cvs command failed.
Command output:
-------------------------------------------------------------------------------
Empty password used - try 'cvs login' with a real password
cvs [checkout aborted]: authorization failed: server MY_SERVER rejected
access to /usr/local/cvsroot for user MY_USER
-------------------------------------------------------------------------------