Probably ;) You have to set up integration (Continuum) platform as any other development platform. In your case, you have to install and setup: JDK, SVN, Maven2.
Vanja On 10/25/07, olivier lamy <[EMAIL PROTECTED]> wrote: > > Hi, > Not really familiar with the language :-) > But looks svn is not in the path. > > > > 2007/10/25, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I'm newby with Continuum and I have the following error when I build my > > Maven 2.0 project: > > > > Provider message: The svn command failed. > > Command output: > > > ------------------------------------------------------------------------------- > > "svn" no se reconoce como un comando interno o externo, > > programa o archivo por lotes ejecutable. > > > ------------------------------------------------------------------------------- > > > > I have installed Continuum in my PC and svn server in other pc and I can > > access to svn from other programs like eclipse or Tortoise svn. > > Also I installed svn-win32-1.4.5 in my pc and I add c:\svn- > win32-1.4.5\bin > > directory in Windows path. > > > > My project settings are: > > I add in my pom.xml (in local): > > <scm> > > > > > <connection>scm:svn:http://<host>:<port>/svn/repo/<myProject>/trunk</connection> > > > <developerConnection>scm:svn:http://<host>:<port>/svn/repo/<myProject>/trunk</developerConnection> > > </scm> > > > > In admin management Continuum: > > SCM URL. scm:svn:http://<host>:<port>/svn/repo/<myProject>/trunk > > > > Can somebody help me?? Any idea?? > > > > Thx > > > > > -- > Olivier >
