Re: How to use maven-scm-plugin with subversion and without a command line

2009-07-13 Thread Dave Levitt
On Fri, Jul 10, 2009 at 8:19 AM, Benson Marguliesbimargul...@gmail.com wrote: The doc for the svn piece of the scm-plugin has several tantalizing hints that suggest that there is some way to use an API to svn instead of running commands. Since I've got some people on Windows with cygwin, where

Re: How to use maven-scm-plugin with subversion and without a command line

2009-07-13 Thread Benson Margulies
We didn't understand each other, but I can now post the answer for the record. If you look at http://maven.apache.org/scm/plugins/update-mojo.html#privateKey, you will see a reference to 'javasvn'. It turns out that this is a separate plugin: http://code.google.com/p/maven-scm-provider-svnjava/

How to use maven-scm-plugin with subversion and without a command line

2009-07-10 Thread Benson Margulies
The doc for the svn piece of the scm-plugin has several tantalizing hints that suggest that there is some way to use an API to svn instead of running commands. Since I've got some people on Windows with cygwin, where the command line is not working, I'd like to try that out. Could someone please