jira-importer commented on issue #442: URL: https://github.com/apache/maven-scm/issues/442#issuecomment-2964594793
**[Christoph Amshoff](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=amshoff)** commented Sure. The (wrong) URL we used was: scm:cvs:pserver:${cvs.user}:@\<server>:/home/cvs/sss:foundation where the CVS URL is wrong. The cvs.user is set to a correct user while the error message is telling the opposite. Correct (and working) is this one, using the correct CVS path to our "foundation" project: scm:cvs:pserver:${cvs.user}:@\<server>:/home/cvs/sss:SSS/foundation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
