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 classAbstractSvnCommitBase class for operations that change repository.classSvnAnnotateRepresents annotate operation.classSvnCommitRepresents commit operation.classSvnDiffSummarizeProduces a diff summary which lists the changed items betweensourcein itspegRevision, as it changed betweenstartRevisionandendRevision, or diff summary betweenfirstSourceat itspegRevisionandsecondSourceat itspegRevision.classSvnGetChangelistPathsGets paths belonging to the specifiedchangelistsdiscovered under the specifiedtargets.classSvnGetInfoRepresents info command.classSvnGetPropertiesRepresents proplist operation.classSvnGetStatusRepresents status operation.classSvnImportImports file or directorysourceinto repository directory defined in operation'stargetat HEAD revision.classSvnListRepresents list operation.classSvnLogRepresents log operation.classSvnLogMergeInfoCreates aSVNLogEntryobject with the revisions merged frommergeSource(as ofmergeSource'spegRevision) intotarget(as oftarget'spegRevision).classSvnRemoteCopyRepresents copy to repository operation.classSvnRemoteDeleteRepresents delete operation.classSvnRemoteMkDirCreates directory(ies) in a repository.classSvnRemoteSetPropertySetspropertyNametopropertyValueon eachtargets.classSvnSetLockRepresents operation for locking files.classSvnSetPropertyRepresents set property operation.classSvnUnlockRepresents 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 classSvnRepositoryCopyRevisionPropertiesclassSvnRepositoryDumpclassSvnRepositoryFilterclassSvnRepositoryGetChangedclassSvnRepositoryGetChangedDirectoriesclassSvnRepositoryGetHistoryclassSvnRepositoryGetTreeclassSvnRepositoryInitializeclassSvnRepositoryListLocksclassSvnRepositoryListTransactionsclassSvnRepositoryLoadclassSvnRepositoryPackclassSvnRepositoryReceivingOperation<T>classSvnRepositoryRecoverclassSvnRepositoryRemoveLocksclassSvnRepositoryRemoveTransactionsclassSvnRepositorySynchronizeclassSvnRepositoryUpgradeclassSvnRepositoryVerify
-