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

Re: [Subclipse-users] Re: SVNClientAdapter: JAVAHL vs. CommandLine

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 29 Oct 2008 18:13:17 -0400

JavaHL does not have any mechanisms like this. JavaHL only exposes
the capability of Subversion libsvn_client so it can essentially only
do the same sort of things you can do from the command line client.

To access Subversion repository directly, and not use SVNKit, you
would need to use C or perhaps Subversion's Python language bindings.

Mark

On Wed, Oct 29, 2008 at 5:16 PM, <kjain9_at_rockwellcollins.com> wrote:
>
> Thanks Mark - for the prompt and useful reply.
>
> Well, we have been using SVNKit but we want to start using SVNClientAdapter
> / JavaHL becuase of some license issues with svnkit.
> I have been looking at the javadoc for the SVNClientAdapter (with JavaHL)
> and I also tried very simeple operations like checkout and commit (using a
> JAVAHL Client)
>
> As a next step, I am trying to directly access the SVN repository and add a
> file to the server (without adding it to my working copy and committing it)
> I am not sure what is the equivalent of the SVNRepository class of SVNKit in
> SVNClientAdapter.
> Is there one?
> Or is there an equivalent of the Repositroy object (or something like
> ISVNEditor), in JavaHL ?
> Is the SVNAdmin class (as in org.tigris.subversion.javahl.SVNAdmin)
> something like the SVNRepository?
>
> Thanks,
>
>
> ----- Forwarded by Kamna Jain/CedarRapids/RockwellCollins on 10/29/2008
> 03:59 PM -----
>
> Kamna Jain/CedarRapids/RockwellCollins
>
> 10/29/2008 02:40 PM
>
> To
> users_at_subclipse.tigris.org
> cc
> Subject
> Fw: SVNClientAdapter: JAVAHL vs. CommandLine
>
>
>
> Hello Subclipse Users/Developers,
>
> I am new to this group and this is my first request for information.
>
> I was going through the SVNClientAdapter project and I had the following
> questions:
>
> 1) What are the advantages / disadvantages of using JavaHL vs. CmdLine
> client when using the SVNClientAdapter API ?
> 2) Are they mutually exclusive? In other words, can I just stick with using
> one of these clients and achieve all SVN functionality?
> 3) Is it true that JavaHL can only be used with Windows platforms? If yes,
> can the CmdLine client be used across different platforms?
>
> Any insight will be greatly appreciated.
> Thanks,
>
> Kamna Jain

-- 
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-10-29 23:13:28 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.