| Package | Description |
|---|---|
| org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
| org.tmatesoft.svn.core.wc2.admin |
NEW: this package contains command-style API to perform most of
Subversion operations that works directly on local repository
on the level of abstraction similar to that of the command line client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSvnCommit
Base class for operations that change repository.
|
class |
SvnAnnotate
Represents annotate operation.
|
class |
SvnCommit
Represents commit operation.
|
class |
SvnDiffSummarize
Produces a diff summary which lists the changed items between
source in its pegRevision, as it changed
between startRevision and endRevision,
or diff summary between firstSource at its pegRevision
and secondSource at its pegRevision. |
class |
SvnGetChangelistPaths
Gets paths belonging to the specified
changelists discovered under the
specified targets. |
class |
SvnGetInfo
Represents info command.
|
class |
SvnGetProperties
Represents proplist operation.
|
class |
SvnGetStatus
Represents status operation.
|
class |
SvnImport
Imports file or directory
source into repository directory
defined in operation's target at HEAD revision. |
class |
SvnList
Represents list operation.
|
class |
SvnLog
Represents log operation.
|
class |
SvnLogMergeInfo
Creates a
SVNLogEntry object with the revisions merged from
mergeSource (as of mergeSource's pegRevision) into
target (as of target's pegRevision). |
class |
SvnRemoteCopy
Represents copy to repository operation.
|
class |
SvnRemoteDelete
Represents delete operation.
|
class |
SvnRemoteMkDir
Creates directory(ies) in a repository.
|
class |
SvnRemoteSetProperty
Sets
propertyName to propertyValue on each targets. |
class |
SvnSetLock
Represents operation for locking files.
|
class |
SvnSetProperty
Represents set property operation.
|
class |
SvnUnlock
Represents operation for unlocking files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SvnRepositoryCopyRevisionProperties |
class |
SvnRepositoryDump |
class |
SvnRepositoryFilter |
class |
SvnRepositoryGetChanged |
class |
SvnRepositoryGetChangedDirectories |
class |
SvnRepositoryGetHistory |
class |
SvnRepositoryGetTree |
class |
SvnRepositoryInitialize |
class |
SvnRepositoryListLocks |
class |
SvnRepositoryListTransactions |
class |
SvnRepositoryLoad |
class |
SvnRepositoryPack |
class |
SvnRepositoryReceivingOperation<T> |
class |
SvnRepositoryRecover |
class |
SvnRepositoryRemoveLocks |
class |
SvnRepositoryRemoveTransactions |
class |
SvnRepositorySynchronize |
class |
SvnRepositoryUpgrade |
class |
SvnRepositoryVerify |