I am not a CVS novice here but I think you need to do a cvs login first. then your scmurl is like this
scm:cvs:pserver:someuser:@localhost:/CVSRepo:TestProject note: not password in url, and there is a ":"next to @ -D On 4/27/06, Maciej Mastalarczuk <[EMAIL PROTECTED]> wrote: > > Hi, > > Did anybody have any luck in trying to release something to CVS with > Maven2? > I had no problems doing this with subversion, but CVS plugins appear to be > somewhat broken. > > No matter what I do I get the following message: > > (...) > [INFO] Verifying there are no local modifications ... > Provider message: > The cvs command failed. > Command output: > cvs update: Empty password used - try 'cvs login' with a real password > > cvs [update aborted]: authorization failed: server localhost rejected > access > to /CVSRepo for user someuser > (...) > > I tried to specify the password in the URL and in .cvspass file (which is > automatically created after specifying it in the url) and always get this > message. Why is it ingoring the password?? > > Here is my test URL: I can't see anything wrong with it: > > scm:cvs:pserver:someuser:[EMAIL PROTECTED]:/CVSRepo:TestProject > > When I use say Eclipse's plugin to get to CVS everything works fine (the > repository, username and password are OK). > > Thanks in advance. Any help would be appreciated. > > Maciej > > _________________________________________________________________ > realestate.com.au: the biggest address in property > http://ninemsn.realestate.com.au > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
