| DefaultSVNCommitHandler | This is a default implementation for ISVNCommitHandler.
|
| DefaultSVNCommitParameters | DefaultSVNCommitParameters is the default commit parameters
implementation.
|
| DefaultSVNDiffGenerator | DefaultSVNDiffGenerator is a default implementation of
ISVNDiffGenerator.
|
| DefaultSVNRepositoryPool | The DefaultSVNRepositoryPool class is a default implementation of
the ISVNRepositoryPool interface.
|
| ISVNCommitParameters.Action | This class is simply used to define an action a commit
operation should undertake in case of a missing file/directory.
|
| SVNBasicClient | The SVNBasicClient is the base class of all
SVN*Client classes that provides a common interface
and realization.
|
| SVNBasicClient.RepositoryReference | |
| SVNBasicClient.SVNRepositoryLocation | |
| SVNClientManager | The SVNClientManager class is used to manage SVN*Client
objects as well as for providing them to a user what makes the user's work
easier and his code - pretty clear and flexible.
|
| SVNCommitClient | The SVNCommitClient class provides methods to perform operations that relate to
committing changes to an SVN repository. |
| SVNCommitItem | The SVNCommitItem represents a versioned item that is
to be committed to a repository.
|
| SVNCommitPacket | The SVNCommitPacket is a storage for SVNCommitItem
objects which represent information on versioned items intended
for being committed to a repository.
|
| SVNCopyClient | The SVNCopyClient provides methods to perform any kinds of copying and moving that SVN
supports - operating on both Working Copies (WC) and URLs.
|
| SVNDiffClient | The SVNDiffClient class provides methods allowing to get differences
between versioned items ('diff' operation) as well as ones intended for
merging file contents.
|
| SVNDiffOptions | The SVNDiffOptions class is used to contain some rules for controlling the
result of comparing two files. |
| SVNDiffStatus | The SVNDiffStatus class is used to provide short information on path changes
during diff status operations.
|
| SVNEvent | The SVNEvent class is used to provide detailed information on
an operation progress to the ISVNEventHandler (if any) registered
for an SVN*Client object. |
| SVNEventAction | The SVNEventAction class is used to describe an action
which generated an SVNEvent object.
|
| SVNInfo | The SVNInfo class is a wrapper for versioned item's (located either
in a Working Copy or a repository) information details. |
| SVNLogClient | The SVNLogClient class is intended for such purposes as getting
revisions history, browsing repository entries and annotating file contents.
|
| SVNMoveClient | The SVNMoveClient provides an extra client-side functionality over
standard (i.e. compatible with the SVN command line client) move
operations. |
| SVNPropertyData | SVNPropertyData is a wrapper for both versioned and unversioned
properties. |
| SVNRevision | SVNRevision is a revision wrapper used for an abstract representation
of revision information.
|
| SVNStatus | The SVNStatus class is used to provide detailed status information for
a Working Copy item as a result of a status operation invoked by a
doStatus() method of SVNStatusClient. |
| SVNStatusClient | The SVNStatusClient class provides methods for obtaining information on the
status of Working Copy items.
|
| SVNStatusType | SVNStatusType provides information about versioned items'
status type. |
| SVNUpdateClient | This class provides methods which allow to check out, update, switch and relocate a
Working Copy as well as export an unversioned directory or file from a repository.
|
| SVNWCClient | The SVNWCClient class combines a number of version control
operations mainly intended for local work with Working Copy items. |
| SVNWCUtil | The SVNWCUtil is a utility class providing some common methods used
by Working Copy API classes for such purposes as creating default run-time
configuration and authentication drivers and some others.
|