RE: Maven/SVN configuration help

2005-06-21 Thread Farmer, Todd
Maven/SVN configuration help You must have the latest SCM plugin (1.5) to use the SVN provider (and that uses the new goals from the web site). http://maven.apache.org/start/download.html#Updated_Plugins On 6/22/05, Farmer, Todd <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am

Re: Maven/SVN configuration help

2005-06-21 Thread dan tran
Todd, scm:checkout-proejct is deprecated starting version 1.5. (I beleive you have 1.4x). scm:checkout is supported one. I am not an expert in SVN, but perhaps your URL is not supported. Try 1.5, it may have a better error handling. -D On 6/21/05, Farmer, Todd <[EMAIL PROTECTED]> wrote: >

Re: Maven/SVN configuration help

2005-06-21 Thread Brett Porter
You must have the latest SCM plugin (1.5) to use the SVN provider (and that uses the new goals from the web site). http://maven.apache.org/start/download.html#Updated_Plugins On 6/22/05, Farmer, Todd <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am looking for documentation on using the Maven SCM

Maven/SVN configuration help

2005-06-21 Thread Farmer, Todd
Hi, I am looking for documentation on using the Maven SCM goals with Subversion. When I run scm:checkout-project, here's what I get: build:start: scm:parse-connection: [echo] Using connection: scm:svn:svn+ssh://[my svn host]/usr/local/[my svn repo]/[my svn project] Using SCM met