[ https://issues.apache.org/jira/browse/SCM-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964395#comment-17964395 ]
Olivier Lamy commented on SCM-216: ---------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-scm#462|https://github.com/apache/maven-scm/issues/462]. > CVS Local mode prepends slash to module name during checkout -> checkout fails > ------------------------------------------------------------------------------ > > Key: SCM-216 > URL: https://issues.apache.org/jira/browse/SCM-216 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-cvs > Environment: WinXP, WinCVS, Cygwin, Maven 2.0.4 > Reporter: Andy smith > Assignee: Emmanuel Venisse > Priority: Trivial > Fix For: 1.0-beta-4 > > > The cvs scm plugin is appending a slash to the module name when using the > release plugin ( also am unable to use continuum in multiproject mode due to > a similar issue. If the cvs command printed below is executed the checkout > fails. If the leading slash is removed the checkout succeeds ( WinCVS is the > client). > Fuller details of the problem are on the Continuum list - > http://www.nabble.com/cvs-local-checkot-problem-t1826113.html > Maven users list.. > http://www.nabble.com/Problem-with-release-plugin-w--CVS-...-leading-slash-in-Repository-file--t1799709.html > <scm> > <connection> > scm|cvs|local|s:/home/cvsroot| > </connection> > </scm> > asmith_gsa@GSA11 ~/eclipse_workspace/gsagrid > $ mvn release:perform > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'release'. > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building Unnamed - gsa:gsagrid:jar:1.3-SNAPSHOT > [INFO] task-segment: [release:perform] (aggregator-style) > [INFO] > ---------------------------------------------------------------------------- > [INFO] [release:perform] > [INFO] Checking out the project to perform the release ... > [INFO] Executing: cvs -z3 -f -d s:/home/cvsroot -q checkout > -r mvngrid1_2 -d checkout /gsagrid -- This message was sent by Atlassian Jira (v8.20.10#820010)