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]