Make sure "svn" command is in your path. Looks like you're on Windows. In the same DOS box, type "svn --version" and make sure it works.
C:\dev\java.net\glassfish>svn --version svn, version 1.1.1 (r11581) compiled Oct 23 2004, 14:47:47 Wayne On 2/27/06, Mick Knutson <[EMAIL PROTECTED]> wrote: > Whoops. Forgot to scrub my cfg's, but have already changed my password > anyways. > Damn I hate when that happends. > > > --- > Thank You > Mick Knutson > > Sr. Java/J2EE Consultant > BASE logic, inc. > (415) 648-1804 (S.F., CA) > http://www.BASELogic.com > > Washington Mutual (WAMU) (Emeryville, California) > --- > > > > > >From: "Mick Knutson" <[EMAIL PROTECTED]> > >Reply-To: "Maven Users List" <[email protected]> > >To: [email protected] > >Subject: [m202] 'svn' is not recognized as an internal or external command > >Date: Mon, 27 Feb 2006 10:11:25 -0800 > > > >I have configured my scm as this: > > <scm> > > <connection>scm:svn:http://prodeng/svn/furl</connection> > > <url>http://prodeng/svn/furl</url> > > </scm> > > > > > >and my plugin (not under dependancy management) as this: > > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-scm-plugin</artifactId> > > <version>1.0-beta-2</version> > > > > <configuration> > > <debug>true></debug> > > <username>mknutson</username> > > <password>****</password> > > <excludes>*.class</excludes> > > <includes>*.java</includes> > > > > </configuration> > > </plugin> > > > > > > > > > >And when I run mvn scm:checkout I get this: > > > > > > > >[INFO] > >---------------------------------------------------------------------------- > >[INFO] Building LS Furl Project > >[INFO] task-segment: [scm:checkout] (aggregator-style) > >[INFO] > >---------------------------------------------------------------------------- > >[INFO] [scm:checkout] > >[INFO] Removing C:\opt\furl\furlm2\trunk\target\checkout > >[INFO] Working directory: C:\opt\furl\furlm2\trunk\target\checkout > >[INFO] Command line: svn --username mknutson --password ******** > >--non-interactive checkout http://prodeng/svn/furl checkout > >[ERROR] Provider message: > >[ERROR] The svn command failed. > >[ERROR] Command output: > >[ERROR] 'svn' is not recognized as an internal or external command, > >operable program or batch file. > > > > > > > > > >--- > >Thank You > >Mick Knutson > > > >Sr. Java/J2EE Consultant > >BASE logic, inc. > >(415) 648-1804 (S.F., CA) > >http://www.BASELogic.com > > > >Washington Mutual (WAMU) (Emeryville, California) > >--- > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
