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/



On Mon, Jul 13, 2009 at 2:38 PM, Dave Levitt<dave.lev...@gmail.com> wrote:
> On Fri, Jul 10, 2009 at 8:19 AM, Benson Margulies<bimargul...@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 the command line is not working, I'd like to try that
>> out. Could someone please post the recipe? I'd be willing to type it
>> into Confluence if I just knew what it was.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
> You probably want to join the subversion users mailing list
> [information and a link to the list archives over at
> http://subversion.tigris.org ]
>
> Subversion itself exposes a high level API [C calling conventions]
> this is what the svn command line client, and the 'javahl' library
> use.
>
> There is also at least one pure java svn client library [svnkit] and
> it is likely that the scm plugin can use either the svnkit or the
> javahl libraries, as they are designed to maintain compatibility.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to