You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Dan Pozmanter <da...@siteworx.com> on 2006/07/31 21:11:07 UTC

Java Question

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.
 
Thanks,
 
Dan