Uses of Class
org.tmatesoft.svn.core.SVNCommitInfo
-
Packages that use SVNCommitInfo Package Description org.tmatesoft.svn.cli org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.replicator This package provides classes that allow to replicate existing repositories.org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.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 SVNCommitInfo in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli with parameters of type SVNCommitInfo Modifier and Type Method Description void
AbstractSVNCommandEnvironment. printCommitInfo(SVNCommitInfo info)
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNCommitInfo Modifier and Type Field Description static SVNCommitInfo
SVNCommitInfo. NULL
Denotes an unsuccessful commit. -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.io.dav.handlers
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
DAVMergeHandler. getCommitInfo()
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
FSCommitEditor. closeEdit()
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
SVNAmbientDepthFilterEditor. closeEdit()
SVNCommitInfo
SVNCancellableEditor. closeEdit()
SVNCommitInfo
SVNDepthFilterEditor. closeEdit()
SVNCommitInfo
SVNDiffEditor. closeEdit()
SVNCommitInfo
SVNDiffStatusEditor. closeEdit()
SVNCommitInfo
SVNDumpEditor. closeEdit()
SVNCommitInfo
SVNExportEditor. closeEdit()
SVNCommitInfo
SVNNodeEditor. closeEdit()
SVNCommitInfo
SVNRemoteDiffEditor. closeEdit()
SVNCommitInfo
SVNRemoteStatusEditor. closeEdit()
SVNCommitInfo
SVNStatusEditor. closeEdit()
SVNCommitInfo
SVNSynchronizeEditor. closeEdit()
SVNCommitInfo
SVNUpdateEditor. closeEdit()
SVNCommitInfo
SVNUpdateEditor15. closeEdit()
static SVNCommitInfo
SVNCommitter. commit(java.util.Collection tmpFiles, java.util.Map commitItems, SVNURL url, ISVNEditor commitEditor, ISVNEventHandler eventHandler)
SVNCommitInfo
SVNSynchronizeEditor. getCommitInfo()
protected SVNCommitInfo
SVNCopyDriver. setupCopy(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler)
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNCommitInfo Modifier and Type Method Description void
SVNAdminArea. commit(java.lang.String target, SVNCommitInfo info, SVNProperties wcPropChanges, boolean removeLock, boolean recursive, boolean removeChangelist, java.util.Collection explicitCommitPaths, ISVNCommitParameters params)
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
SVNCommitClient16. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive)
SVNCommitInfo
SVNCommitClient16. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, SVNProperties revisionProperties, java.lang.String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth)
Commits files or directories into repository.SVNCommitInfo[]
SVNCommitClient16. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo[]
SVNCommitClient16. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, java.lang.String commitMessage)
Committs local changes, made to the Working Copy items, to the repository.SVNCommitInfo
SVNCommitClient16. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo
SVNCommitClient16. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.String commitMessage)
Committs local changes made to the Working Copy items to the repository.SVNCommitInfo
SVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.String commitMessage, SVNProperties revisionProperties)
SVNCommitInfo
SVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)
Copies each source insources
todst
.SVNCommitInfo
SVNCommitClient16. doDelete(SVNURL[] urls, java.lang.String commitMessage)
Committs removing specified URL-paths from the repository.SVNCommitInfo
SVNCommitClient16. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)
Deletes items from a repository.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive)
Deprecated.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive)
Deprecated.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties, ISVNFileFilter fileFilter)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient16. doMkDir(SVNURL[] urls, java.lang.String commitMessage)
Committs a creation of a new directory/directories in the repository.SVNCommitInfo
SVNCommitClient16. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)
Creates directory(ies) in a repository.SVNCommitInfo
SVNWCClient16. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)
SetspropName
topropValue
onpath
. -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
SVNAmbientDepthFilterEditor17. closeEdit()
SVNCommitInfo
SVNDiffEditor17. closeEdit()
SVNCommitInfo
SVNRemoteStatusEditor17. closeEdit()
SVNCommitInfo
SVNStatusEditor17. closeEdit()
SVNCommitInfo
SVNUpdateEditor17. closeEdit()
static SVNCommitInfo
SVNCommitter17. commit(SVNWCContext context, java.util.Collection<java.io.File> tmpFiles, java.util.Map<java.lang.String,SvnCommitItem> committables, SVNURL repositoryRoot, ISVNEditor commitEditor, java.util.Map<java.io.File,SvnChecksum> md5Checksums, java.util.Map<java.io.File,SvnChecksum> sha1Checksums)
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
SvnExternalUpdateEditor. closeEdit()
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
SvnDiffEditor. closeEdit()
SVNCommitInfo
SvnNgRemoteDiffEditor. closeEdit()
SVNCommitInfo
SvnNgRemoteDiffEditor2. closeEdit()
SVNCommitInfo
SvnNgRemoteMergeEditor. closeEdit()
protected SVNCommitInfo
SvnNgCommit. doRun(SVNWCContext context, SvnCommitPacket packet)
protected SVNCommitInfo
SvnNgWcToReposCopy. doRun(SVNWCContext context, SVNURL target)
protected SVNCommitInfo
SvnNgCommit. run(SVNWCContext context)
protected SVNCommitInfo
SvnNgWcToReposCopy. run(SVNWCContext context)
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNCommitInfo Modifier and Type Method Description protected SVNCommitInfo
SvnOldCommit. run()
protected SVNCommitInfo
SvnOldImport. run()
protected SVNCommitInfo
SvnOldRemoteCopy. run()
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNCommitInfo Modifier and Type Method Description protected SVNCommitInfo
SvnRemoteRemoteMkDir. doRun()
protected SVNCommitInfo
SvnNgReposToReposCopy. run()
protected SVNCommitInfo
SvnRemoteRemoteDelete. run()
protected SVNCommitInfo
SvnRemoteRemoteMkDir. run()
protected SVNCommitInfo
SvnRemoteSetPropertyImpl. run()
-
Uses of SVNCommitInfo in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
ISVNEditor. closeEdit()
Closes this editor finalizing the whole operation the editor was used for. -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
SVNReplicationEditor. closeEdit()
Commits the transaction.SVNCommitInfo
SVNReplicationEditor. getCommitInfo()
Returns commit information on the revision committed to the replication destination repository.Methods in org.tmatesoft.svn.core.replicator with parameters of type SVNCommitInfo Modifier and Type Method Description protected void
SVNRepositoryReplicator. fireReplicatedEvent(SVNCommitInfo commitInfo)
Fires a replicating iteration finished event to the registered handler.void
ISVNReplicationHandler. revisionReplicated(SVNRepositoryReplicator source, SVNCommitInfo commitInfo)
Notifies this handler that the replicator has just finished replicating the current revision copying operation. -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
SVNCommitClient. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive)
SVNCommitInfo
SVNCommitClient. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, SVNProperties revisionProperties, java.lang.String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth)
Commits files or directories into repository.SVNCommitInfo[]
SVNCommitClient. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo[]
SVNCommitClient. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, java.lang.String commitMessage)
Committs local changes, made to the Working Copy items, to the repository.SVNCommitInfo
SVNCommitClient. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo
SVNCommitClient. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.String commitMessage)
Committs local changes made to the Working Copy items to the repository.SVNCommitInfo
SVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)
Copies each source insources
todst
.SVNCommitInfo
SVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)
SVNCommitInfo
SVNCommitClient. doDelete(SVNURL[] urls, java.lang.String commitMessage)
Committs removing specified URL-paths from the repository.SVNCommitInfo
SVNCommitClient. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)
Deletes items from a repository.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive)
Deprecated.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive)
Deprecated.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient. doMkDir(SVNURL[] urls, java.lang.String commitMessage)
Committs a creation of a new directory/directories in the repository.SVNCommitInfo
SVNCommitClient. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)
Creates directory(ies) in a repository.SVNCommitInfo
SVNWCClient. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)
SetspropName
topropValue
onpath
. -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfo
SvnCommit. run()
If commit packet isnull
, callsSvnCommit.collectCommitItems()
to create the commit packet, then executes the operation.SVNCommitInfo
SvnRemoteCopy. run()
Runs copy operation.
-