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

[Subclipse-users] svnClientAdapter

From: Parikh, Bhavin <Bhavin.Parikh_at_nielsen.com>
Date: Wed, 12 Mar 2008 16:29:43 -0500

Thanks for quick response.

I have been looking Java API for subversion to access/commit/update
remote repository from another server. I am hoping that with JAVA API, I
won't have to install subversion client on the server from where I want
to access the repository remotely. Through Java API, my local
application will access or commit or update in the remote repository
with only one or more jars without any subversion installation.

I see there are two options as Java API - svnClientAdapter and SVNKit. I
do not know the real differences between them. I just downloaded source
code for svnClientAdapter and started experiments with this library.
Where can I find some samples or documents for using svnClientAdapter
API? svnClientAdapter will be enough for what I want to accomplish?

Thanks
Bhavin

-----Original Message-----
From: Mark Phippard [mailto:markphip_at_gmail.com]
Sent: Wednesday, March 12, 2008 5:09 PM
To: users_at_subclipse.tigris.org
Cc: Parikh, Bhavin
Subject: Re: [Subclipse-users] Missing imports with
subeclipse_source_1.2.4.zip

On Wed, Mar 12, 2008 at 5:03 PM, Parikh, Bhavin
<Bhavin.Parikh_at_nielsen.com> wrote:
>
> After downloading the subeclipse_source_1.2.4.zip, I found that
> SvnKitClientAdapter (under svnkit package) is missing the following
three
> imports.
>
> import org.tmatesoft.svn.core.SVNException;
> import org.tmatesoft.svn.core.io.SVNRepositoryFactory;
> import org.tmatesoft.svn.core.javahl.SVNClientImpl;
>
> Are these not included with source zip? How can I get them?

Those are part of SVNKit. We do not provide the source for that, we
simply consume there release JAR's.

http://svnkit.com/

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-03-12 22:30:25 CET

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

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