Home :: Knowledge BaseLibrary Usage ExamplesThe following examples may help you to become more familiar with the SVNKit API: org.tmatesoft.svn.examples.repositoryThis package contains examples on how to use a low-level API from the org.tmatesoft.svn.core.io package to work directly with a repository. The major point of this API - the SVNRepository class which provides a developer the interface to interact with a repository. Note that the low-level API itself knows nothing about working copies, it only allows you to work with a Subversion repository. org.tmatesoft.svn.examples.repository org.tmatesoft.svn.examples.wcThis package contains examples on how to use a high-level API from the org.tmatesoft.svn.core.wc package to manage working copies. Each command of the native Subversion command line client is reflected in SVN*Client classes. These "clients" relies upon the low-level API (org.tmatesoft.svn.core.io) when an access to a repository is needed. org.tmatesoft.svn.examples.wc
|