You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "SiD <tourment>" <si...@gmail.com> on 2006/05/02 18:26:17 UTC

[m2] Continuum, branches, correct scm url ?

Hi all,

i use Continuum to checkout a project in a given branch.

i use cvsnt, on a LOCAL server and on a windows platform.

cvsnt is configured like that :

root : D:/test_cvsnt/cvs_repo
name : /test_cvsnt/cvs_repo

my pom.xml :

    <scm>
        <connection>
            scm:cvs:local:/test_cvsnt/cvs_repo:my-app
        </connection>
        <developerConnection />
        <tag />
        <url />
    </scm>

when i don't specify a branch, it works, with this continuum configuration :

Scm Url : scm:cvs:local:/test_cvsnt/cvs_repo:my-app

Scm Username / Password : ...

Scm Branch/Tag : nothing

but, when i want to checkout the "test" branch of this project configure
continuum (Scm Branch/Tag : test) and i got :

   - Checking out project: 'Projet my-app', id: '258' to
'D:\continuum\working-d
irectory\258' with branch/tag test.
jvm 2    | 2006-05-02 18:20:31,020 [Thread-2] INFO  ScmManager
   - Executing: cvs -z3 -f -d :local:sid@vsnt/cvs_repo -q checkout -r test
-d 25
8 my-app
jvm 2    | 2006-05-02 18:20:31,020 [Thread-2] INFO  ScmManager
   - Working directory: D:\continuum\working-directory
jvm 2    | 2006-05-02 18:20:31,180 [Thread-2] WARN  ContinuumScm
   - Error while checking out the code for project: 'Projet my-app', id:
'258' t
o 'D:\continuum\working-directory\258' with branch/tag test.
jvm 2    | 2006-05-02 18:20:31,180 [Thread-2] WARN  ContinuumScm
   - Command output: cvs checkout: CVSROOT "sid@vsnt/cvs_repo" must be an
absolu
te pathname
jvm 2    | cvs [checkout aborted]: Bad CVSROOT.
jvm 2    |
jvm 2    | 2006-05-02 18:20:31,180 [Thread-2] WARN  ContinuumScm
   - Provider message: The cvs command failed.

For sure the project in the test branch exist ..

Thanks for help