Uses of Class
org.tmatesoft.svn.core.wc2.AbstractSvnCommit
-
Packages that use AbstractSvnCommit 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. -
-
Uses of AbstractSvnCommit in org.tmatesoft.svn.core.wc2
Subclasses of AbstractSvnCommit in org.tmatesoft.svn.core.wc2 Modifier and Type Class Description class
SvnCommit
Represents commit operation.class
SvnImport
Imports file or directorysource
into repository directory defined in operation'starget
at HEAD revision.class
SvnRemoteCopy
Represents copy to repository operation.class
SvnRemoteDelete
Represents delete operation.class
SvnRemoteMkDir
Creates directory(ies) in a repository.class
SvnRemoteSetProperty
SetspropertyName
topropertyValue
on eachtargets
.
-