Uses of Class
org.tmatesoft.svn.core.wc2.SvnReceivingOperation
-
Packages that use SvnReceivingOperation 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. -
-
Uses of SvnReceivingOperation in org.tmatesoft.svn.core.wc2
Subclasses of SvnReceivingOperation in org.tmatesoft.svn.core.wc2 Modifier and Type Class 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 betweensource
in itspegRevision
, as it changed betweenstartRevision
andendRevision
, or diff summary betweenfirstSource
at itspegRevision
andsecondSource
at itspegRevision
.class
SvnGetChangelistPaths
Gets paths belonging to the specifiedchangelists
discovered under the specifiedtargets
.class
SvnGetInfo
Represents info command.class
SvnGetProperties
Represents proplist operation.class
SvnGetStatus
Represents status operation.class
SvnImport
Imports file or directorysource
into repository directory defined in operation'starget
at HEAD revision.class
SvnList
Represents list operation.class
SvnLog
Represents log operation.class
SvnLogMergeInfo
Creates aSVNLogEntry
object with the revisions merged frommergeSource
(as ofmergeSource
'spegRevision
) intotarget
(as oftarget
'spegRevision
).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
.class
SvnSetLock
Represents operation for locking files.class
SvnSetProperty
Represents set property operation.class
SvnUnlock
Represents operation for unlocking files. -
Uses of SvnReceivingOperation in org.tmatesoft.svn.core.wc2.admin
Subclasses of SvnReceivingOperation in org.tmatesoft.svn.core.wc2.admin Modifier and Type Class 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
-