JavaSVN Home

JavaSVNTM - the only pure JavaTM Subversion client library in the World.

See:
          Description

Packages
org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.
org.tmatesoft.svn.core.auth This package contains interfaces/classes used by the library to authenticate a user to a repository server.
org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.
org.tmatesoft.svn.core.io.diff This package contains interfaces, default implementations and other classes for such purposes as: representing diff instructions & windows, generating diff windows on calculating differences between two files, restoring diff windows from raw delta bytes, applying diff windows to files, converting diff windows back to raw delta bytes for writing them into provided output streams.
org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.
org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.
org.tmatesoft.svn.core.wc.xml This package gives an advantage to write annotation, status and log information in xml format to any SAX ContentHandler implementation.

 


JavaSVNTM - the only pure JavaTM Subversion client library in the World.

JavaSVNTM is a powerful pure Java Subversion (SVN) client library. This means that users of the library, i.e. java applications do not have to include SVN native binaries or javahl bindings to work with a Subversion repository.

The library represents two main concepts for developers who use a Subversion repository in their projects:

Currently JavaSVN supports the following repository access protocols:

Also since 1.0.2 JavaSVN supports error codes similar to error codes of the native SVN.


JavaSVN Home

Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.