Thanks to both of you. It was indeed the path thing. I put $subversion/bin in my path and it's fine. Now I got other problems but I'll try and work them through :)
Regards, Yann ---------- Mail d'origine ----------- De : "Emmanuel Venisse" [EMAIL PROTECTED] A : [email protected] Cc : Date : Thu, 30 Jun 2005 17:37:39 +0200 Objet : Re: Checkout with svn:// protocol fails - - -Mark Donszelmann wrote: -> Hi -> -> I guess you need maven-scm-plugin.jar version 1.5 for the svn protocol -> to work out of the box. - -No, this plugin isn't use by continuum. - -> -> And you may need to specify a different separator: -> -> scm|svn|svn://svn.freehep.org/svn/${pom.artifactId}/trunk - -No, it isn't necessary. - -Emmanuel - -> -> Regards -> Mark Donszelmann -> -> On Jun 30, 2005, at 8:22 AM, Yann LE DU wrote: -> ->> Hi all, ->> ->> Just started Continuum and tried to add a Maven 2 ->> project to Continuum. I use SVN for SCM, so my POM ->> contains the following : ->> ->> <scm> ->> <connection>scm:svn:svn://host:3691/COMMON/trunk/</connection> ->> ->> </scm> ->> ->> The Continuum build fails and I get the following results : ->> ->> org.apache.maven.continuum.scm.ContinuumScmException: ->> Cannot checkout sources. ->> at ->> org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultCont ->> inuumScm.java:97) ->> ... ->> ->> Caused by: java.io.IOException: java.io.IOException: ->> svn: not found ->> at java.lang.UNIXProcess.(UNIXProcess.java:143) ->> ->> ->> Does this mean that the svn:// protocol isn't supported ->> (yet ?) and that I have to set up a http server ? I've ->> found nothing about svn:// in docs, JIRA and mailing lists. ->> ->> Yann ->> -> -> -> - -
