[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Java interface to Subversion

From: Rupert Woodman <Rupert.Woodman_at_microfocus.com>
Date: 2006-03-24 18:43:34 CET

Thank you very much Lieven, for your prompt and complete answer.

I appreciate it.

Rgds

-----
Working on XTest
Read my blog for latest news!
http://mtv-print/blogs/rupert.woodman/

-----Original Message-----
From: Lieven Govaerts [mailto:lgo@mobsol.be]
Sent: 24 March 2006 17:39
To: Rupert Woodman; users@subversion.tigris.org
Subject: RE: Java interface to Subversion

Yes, there are two in fact.

JavaHL is included in the subversion package, it's a Java wrapper for
the C API (ie. the official client libraries).

JavaSVN is a pure Java implementation of (most of the) Subversion client
API. You can find it here: http://tmate.org/svn/. While JavaSVN is
compatible with the C API, it's not a 100% identical match.

I've used both myself, and they both work very well. They both implement
the same Java interface (SVNClientInterface), so you can easily swap
between the two.

regards,

Lieven.

> -----Original Message-----
> From: news [mailto:news@sea.gmane.org] On Behalf Of Rupert Woodman
> Sent: vrijdag 24 maart 2006 18:21
> To: users@subversion.tigris.org
> Subject: Java interface to Subversion
>
>
> Hi,
>
> Is there a Java API to access a subversion repository, perform
> updates, commits etc?
> I guess I could use the CLI if one not available, but would obviously
> prefer to use a proper API.
>
> Many thanks
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

This message has been scanned for viruses by MailController -
www.MailController.altohiway.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 24 18:51:07 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.