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

Re: Access repository with java bindings

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 13 Mar 2009 10:17:11 -0400

On Fri, Mar 13, 2009 at 6:11 AM, Christian Fischer
<Christian.Fischer_at_hood-group.com> wrote:

> I was wondering if it is possible to access the svn repository directly.
> Though subversion depends on a working copy, i did not find any
> java-objects being capable of adding repository-nodes directly.
>
> The desired Workflow is
> - Open a commit context/starting new revision
> - some adding, modifying, deleting, moving and all such things on
> file/repository-objects
> - finalize/closing the commit and mark new revision
>
> If it is not possible to access the repo directly, perhaps having a
> partial working copy in ram will do the job (?)
>
> Any help is appreciated

The JavaHL bindings are only written against libsvn_client so you
cannot do any of this. You can use SVNKit which has access to all
layers of the SVN API. You also might be able to use something like
the svnmucc command line tool.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1317439
Received on 2009-03-13 15:17:34 CET

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

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