You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Wolfgang Schmiesing <ws...@students.latrobe.edu.au> on 2004/06/01 23:38:52 UTC

documentation on java API?

Hi,

Is there any documentation on the Java HighLevel API or the SWIG bindings for SVN?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: documentation on java API?

Posted by Patrick Mayweg <ma...@qint.de>.
Hi Wolfgang,
Wolfgang Schmiesing wrote:

>Hi,
>
>Is there any documentation on the Java HighLevel API or the SWIG bindings for SVN?
>  
>
Do not know any details abount the Java SWIG bindings, but since I am 
the author of javahl bindings, I am the one to ask for those.

The most important class for javahl is 
org.tigris.subversion.javahl.SVNClient. It models the commands of the 
command line client. The most important methods for your porpose should 
be logMessage, list and fileContent. I am working on completing the 
javadoc on the trunk right now. I expect to commit that till the end of 
this week.
Patrick


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org