On Fri, Jul 10, 2009 at 8:19 AM, Benson Margulies<[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > >
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: [email protected] For additional commands, e-mail: [email protected]
