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

RE: Java Question

From: Dan Pozmanter <dan_at_siteworx.com>
Date: 2006-08-01 03:20:30 CEST

:) So, how's about add and commit?

(Basically, would the idea be to patch in add and commit in the same way ls
and cat are implemented? It seems like this might require changing the approach,
and it is the nature of those two functions that allow them to work within the client
api.)

Are there any plans to implement the repository, core, or fs api's in java?

Dan

-----Original Message-----
From: Daniel Rall [mailto:dlr@collab.net]
Sent: Mon 7/31/2006 7:28 PM
To: Dan Pozmanter
Cc: dev@subversion.tigris.org
Subject: Re: Java Question
 
On Mon, 31 Jul 2006, Dan Pozmanter wrote:

> Hey all,
>
> I am trying implement some functionality in java I was able to implement in python.
> I have an application running on the same box as a svn repository. I would like to
> perform commits, adds, delete, and gets on the data in this repository without
> worrying about working copies or any of that mess.
>
> What is the current state of java dev for svn? (JavaSVN is not an option.)
> javahl appears to only implement client actions. Is there an established way
> of using swig? I'd like essentially the same functionality (ideally api as well)
> as the python/other language bindings.

JavaHL works handles most (all?) of Subversion's client API. While
some operations are currently available without a WC ('cat'/'ls' and
'delete'), I doubt that all of those are (e.g. 'add' and 'commit').
If you run into any specific operations that are missing, please do
post about them here (and patches welcome, of course ;).
Received on Tue Aug 1 03:23:05 2006

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.