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 TypeMethodDescriptionvoidAbstractSVNCommandEnvironment.printCommitInfo(SVNCommitInfo info) -
Uses of SVNCommitInfo in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNCommitInfoModifier and TypeFieldDescriptionstatic final SVNCommitInfoSVNCommitInfo.NULLDenotes 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 SVNCommitInfoSVNCommitter.commit(java.util.Collection tmpFiles, java.util.Map commitItems, SVNURL url, ISVNEditor commitEditor, ISVNEventHandler eventHandler) private SVNCommitInfoSVNCopyDriver.copyReposToRepos(java.util.List copyPairs, boolean makeParents, boolean isMove, boolean pinExternals, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler) private SVNCommitInfoSVNCopyDriver.copyWCToRepos(java.util.List copyPairs, boolean makeParents, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) SVNSynchronizeEditor.getCommitInfo()protected SVNCommitInfoSVNCopyDriver.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 SVNCommitInfoModifier and TypeMethodDescriptionvoidSVNAdminArea.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 SVNCommitInfoModifier and TypeMethodDescriptionSVNCommitClient16.doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive) Deprecated.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.SVNCommitClient16.doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient16.doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, java.lang.String commitMessage) Committs local changes, made to the Working Copy items, to the repository.SVNCommitClient16.doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient16.doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.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, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, java.lang.String commitMessage, SVNProperties revisionProperties) SVNCopyClient16.doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties) Copies each source insourcestodst.Committs removing specified URL-paths from the repository.SVNCommitClient16.doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties) Deletes items from a repository.SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive) Deprecated.SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive) Deprecated.SVNCommitClient16.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypathinto repository directorydstURLat HEAD revision.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 directorypathinto repository directorydstURLat HEAD revision.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 directorypathinto repository directorydstURLat HEAD revision.Committs a creation of a new directory/directories in the repository.SVNCommitClient16.doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents) Creates directory(ies) in a repository.SVNWCClient16.doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropNametopropValueonpath. -
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 SVNCommitInfoSVNCommitter17.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 -
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 SVNCommitInfoSvnNgWcToReposCopy.copy(java.util.Collection<SvnNgWcToReposCopy.SvnCopyPair> copyPairs, boolean makeParents, SVNProperties revisionProperties, java.lang.String commitMessage, ISvnCommitHandler commitHandler) protected SVNCommitInfoSvnNgCommit.doRun(SVNWCContext context, SvnCommitPacket packet) protected SVNCommitInfoSvnNgWcToReposCopy.doRun(SVNWCContext context, SVNURL target) protected SVNCommitInfoSvnNgCommit.run(SVNWCContext context) protected SVNCommitInfoSvnNgWcToReposCopy.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 SVNCommitInfoSvnOldCommit.run()protected SVNCommitInfoSvnOldImport.run()protected SVNCommitInfoSvnOldRemoteCopy.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 SVNCommitInfoSvnRemoteRemoteMkDir.doRun()protected SVNCommitInfoSvnNgReposToReposCopy.run()protected SVNCommitInfoSvnRemoteRemoteDelete.run()protected SVNCommitInfoSvnRemoteRemoteMkDir.run()protected SVNCommitInfoSvnRemoteSetPropertyImpl.run()private SVNCommitInfoSvnRemoteRemoteDelete.singleRepositoryDelete(SVNRepository repository, SVNURL rootURL, java.util.List<java.lang.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 CommitInfoSVNClientImpl.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 voidSVNRepositoryReplicator.fireReplicatedEvent(SVNCommitInfo commitInfo) Fires a replicating iteration finished event to the registered handler.voidISVNReplicationHandler.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(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive) 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.SVNCommitClient.doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient.doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, java.lang.String commitMessage) Committs local changes, made to the Working Copy items, to the repository.SVNCommitClient.doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient.doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.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, java.lang.String commitMessage, SVNProperties revisionProperties) Copies each source insourcestodst.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) Committs removing specified URL-paths from the repository.SVNCommitClient.doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties) Deletes items from a repository.SVNCommitClient.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive) Deprecated.SVNCommitClient.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive) Deprecated.SVNCommitClient.doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypathinto repository directorydstURLat HEAD revision.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 directorypathinto repository directorydstURLat HEAD revision.Committs a creation of a new directory/directories in the repository.SVNCommitClient.doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents) Creates directory(ies) in a repository.SVNWCClient.doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropNametopropValueonpath. -
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