Uses of Class
org.tmatesoft.svn.core.SVNCommitInfo
Packages that use SVNCommitInfo
Package
Description
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides classes that allow to replicate existing
repositories.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
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 SVNCommitInfoModifier and TypeMethodDescriptionvoid
AbstractSVNCommandEnvironment.printCommitInfo
(SVNCommitInfo info) -
Uses of SVNCommitInfo in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNCommitInfoModifier and TypeFieldDescriptionstatic final SVNCommitInfo
SVNCommitInfo.NULL
Denotes an unsuccessful commit. -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNCommitInfo -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as SVNCommitInfoMethods in org.tmatesoft.svn.core.internal.io.dav.handlers that return SVNCommitInfo -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNCommitInfo -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNCommitInfo -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util that return SVNCommitInfo -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNCommitInfoMethods in org.tmatesoft.svn.core.internal.wc that return SVNCommitInfoModifier and TypeMethodDescriptionSVNAmbientDepthFilterEditor.closeEdit()
SVNCancellableEditor.closeEdit()
SVNDepthFilterEditor.closeEdit()
SVNDiffEditor.closeEdit()
SVNDiffStatusEditor.closeEdit()
SVNDumpEditor.closeEdit()
SVNExportEditor.closeEdit()
SVNNodeEditor.closeEdit()
SVNRemoteDiffEditor.closeEdit()
SVNRemoteStatusEditor.closeEdit()
SVNStatusEditor.closeEdit()
SVNSynchronizeEditor.closeEdit()
SVNUpdateEditor.closeEdit()
SVNUpdateEditor15.closeEdit()
static SVNCommitInfo
SVNCommitter.commit
(Collection tmpFiles, Map commitItems, SVNURL url, ISVNEditor commitEditor, ISVNEventHandler eventHandler) private SVNCommitInfo
SVNCopyDriver.copyReposToRepos
(List copyPairs, boolean makeParents, boolean isMove, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, String message, SVNProperties revprops, ISVNCommitHandler commitHandler) private SVNCommitInfo
SVNCopyDriver.copyWCToRepos
(List copyPairs, boolean makeParents, String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) SVNSynchronizeEditor.getCommitInfo()
protected SVNCommitInfo
SVNCopyDriver.setupCopy
(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, 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 SVNCommitInfoModifier and TypeMethodDescriptionvoid
SVNAdminArea.commit
(String target, SVNCommitInfo info, SVNProperties wcPropChanges, boolean removeLock, boolean recursive, boolean removeChangelist, Collection explicitCommitPaths, ISVNCommitParameters params) -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNCommitInfoModifier and TypeMethodDescriptionSVNCommitClient16.doCommit
(File[] paths, boolean keepLocks, String commitMessage, boolean force, boolean recursive) Deprecated.SVNCommitClient16.doCommit
(File[] paths, boolean keepLocks, String commitMessage, SVNProperties revisionProperties, String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth) Commits files or directories into repository.SVNCommitClient16.doCommit
(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient16.doCommit
(SVNCommitPacket[] commitPackets, boolean keepLocks, String commitMessage) Committs local changes, made to the Working Copy items, to the repository.SVNCommitClient16.doCommit
(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient16.doCommit
(SVNCommitPacket commitPacket, boolean keepLocks, String commitMessage) Committs local changes made to the Working Copy items to the repository.SVNCopyClient16.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, String commitMessage, SVNProperties revisionProperties) SVNCopyClient16.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties) Copies each source insources
todst
.Committs removing specified URL-paths from the repository.SVNCommitClient16.doDelete
(SVNURL[] urls, String commitMessage, SVNProperties revisionProperties) Deletes items from a repository.Deprecated.SVNCommitClient16.doImport
(File path, SVNURL dstURL, String commitMessage, boolean useGlobalIgnores, boolean recursive) Deprecated.SVNCommitClient16.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitClient16.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties) Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitClient16.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties, ISVNFileFilter fileFilter) Imports file or directorypath
into repository directorydstURL
at HEAD revision.Committs a creation of a new directory/directories in the repository.SVNCommitClient16.doMkDir
(SVNURL[] urls, String commitMessage, SVNProperties revisionProperties, boolean makeParents) Creates directory(ies) in a repository.SVNWCClient16.doSetProperty
(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, 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 SVNCommitInfoModifier and TypeMethodDescriptionSVNAmbientDepthFilterEditor17.closeEdit()
SVNDiffEditor17.closeEdit()
SVNRemoteStatusEditor17.closeEdit()
SVNStatusEditor17.closeEdit()
SVNUpdateEditor17.closeEdit()
static SVNCommitInfo
SVNCommitter17.commit
(SVNWCContext context, Collection<File> tmpFiles, Map<String, SvnCommitItem> committables, SVNURL repositoryRoot, ISVNEditor commitEditor, Map<File, SvnChecksum> md5Checksums, Map<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 -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNCommitInfoModifier and TypeMethodDescriptionSvnDiffEditor.closeEdit()
SvnNgRemoteDiffEditor.closeEdit()
SvnNgRemoteDiffEditor2.closeEdit()
SvnNgRemoteMergeEditor.closeEdit()
SvnNgReposToWcCopy.SVNCopyForeignEditor.closeEdit()
private SVNCommitInfo
SvnNgWcToReposCopy.copy
(Collection<SvnNgWcToReposCopy.SvnCopyPair> copyPairs, boolean makeParents, SVNProperties revisionProperties, String commitMessage, ISvnCommitHandler commitHandler) 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 SVNCommitInfoModifier and TypeMethodDescriptionprotected 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 SVNCommitInfoModifier and TypeMethodDescriptionprotected SVNCommitInfo
SvnRemoteRemoteMkDir.doRun()
protected SVNCommitInfo
SvnNgReposToReposCopy.run()
protected SVNCommitInfo
SvnRemoteRemoteDelete.run()
protected SVNCommitInfo
SvnRemoteRemoteMkDir.run()
protected SVNCommitInfo
SvnRemoteSetPropertyImpl.run()
private SVNCommitInfo
SvnRemoteRemoteDelete.singleRepositoryDelete
(SVNRepository repository, SVNURL rootURL, List<String> paths) -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNCommitInfo -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SVNCommitInfoModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<SVNCommitInfo>
SVNClientImpl.getCommitInfoReceiver
(CommitCallback callback) Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNCommitInfoModifier and TypeMethodDescriptionprivate CommitInfo
SVNClientImpl.getCommitInfo
(SVNCommitInfo commitInfo, SVNURL repositoryRoot) -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.replicator
Fields in org.tmatesoft.svn.core.replicator declared as SVNCommitInfoMethods in org.tmatesoft.svn.core.replicator that return SVNCommitInfoModifier and TypeMethodDescriptionSVNReplicationEditor.closeEdit()
Commits the transaction.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 SVNCommitInfoModifier and TypeMethodDescriptionprotected 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 SVNCommitInfoModifier and TypeMethodDescriptionSVNCommitClient.doCommit
(File[] paths, boolean keepLocks, String commitMessage, boolean force, boolean recursive) SVNCommitClient.doCommit
(File[] paths, boolean keepLocks, String commitMessage, SVNProperties revisionProperties, String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth) Commits files or directories into repository.SVNCommitClient.doCommit
(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient.doCommit
(SVNCommitPacket[] commitPackets, boolean keepLocks, String commitMessage) Committs local changes, made to the Working Copy items, to the repository.SVNCommitClient.doCommit
(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient.doCommit
(SVNCommitPacket commitPacket, boolean keepLocks, String commitMessage) Committs local changes made to the Working Copy items to the repository.SVNCopyClient.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties) Copies each source insources
todst
.SVNCopyClient.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin) Committs removing specified URL-paths from the repository.SVNCommitClient.doDelete
(SVNURL[] urls, String commitMessage, SVNProperties revisionProperties) Deletes items from a repository.Deprecated.SVNCommitClient.doImport
(File path, SVNURL dstURL, String commitMessage, boolean useGlobalIgnores, boolean recursive) Deprecated.SVNCommitClient.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitClient.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties) Imports file or directorypath
into repository directorydstURL
at HEAD revision.Committs a creation of a new directory/directories in the repository.SVNCommitClient.doMkDir
(SVNURL[] urls, String commitMessage, SVNProperties revisionProperties, boolean makeParents) Creates directory(ies) in a repository.SVNWCClient.doSetProperty
(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, 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 SVNCommitInfoModifier and TypeMethodDescriptionSvnCommit.run()
If commit packet isnull
, callsSvnCommit.collectCommitItems()
to create the commit packet, then executes the operation.SvnRemoteCopy.run()
Runs copy operation.
SVNCommitClient16.doCommit(File[],boolean,String,SVNProperties,String[],boolean,boolean,SVNDepth)
instead