Uses of Class
org.tmatesoft.svn.core.SVNCommitInfo
-
-
Uses of SVNCommitInfo in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli with parameters of type SVNCommitInfo Modifier and Type Method Description voidAbstractSVNCommandEnvironment. 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 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 Modifier and Type Method Description SVNCommitInfoDAVCommitEditor. closeEdit() -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as SVNCommitInfo Modifier and Type Field Description private SVNCommitInfoDAVMergeHandler. myCommitInfoMethods in org.tmatesoft.svn.core.internal.io.dav.handlers that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfoDAVMergeHandler. 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 SVNCommitInfoFSCommitEditor. closeEdit() -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfoSVNCommitEditor. closeEdit() -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfoSVNMergeInfoUtil.ElideMergeInfoEditor. closeEdit() -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNCommitInfo Modifier and Type Field Description private SVNCommitInfoSVNSynchronizeEditor. myCommitInfoMethods in org.tmatesoft.svn.core.internal.wc that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfoSVNAmbientDepthFilterEditor. closeEdit()SVNCommitInfoSVNCancellableEditor. closeEdit()SVNCommitInfoSVNDepthFilterEditor. closeEdit()SVNCommitInfoSVNDiffEditor. closeEdit()SVNCommitInfoSVNDiffStatusEditor. closeEdit()SVNCommitInfoSVNDumpEditor. closeEdit()SVNCommitInfoSVNExportEditor. closeEdit()SVNCommitInfoSVNNodeEditor. closeEdit()SVNCommitInfoSVNRemoteDiffEditor. closeEdit()SVNCommitInfoSVNRemoteStatusEditor. closeEdit()SVNCommitInfoSVNStatusEditor. closeEdit()SVNCommitInfoSVNSynchronizeEditor. closeEdit()SVNCommitInfoSVNUpdateEditor. closeEdit()SVNCommitInfoSVNUpdateEditor15. 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)SVNCommitInfoSVNSynchronizeEditor. 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 SVNCommitInfo Modifier and Type Method Description voidSVNAdminArea. 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 SVNCommitInfoSVNCommitClient16. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive)SVNCommitInfoSVNCommitClient16. 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.SVNCommitInfoSVNCommitClient16. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)Commits files or directories into repository.SVNCommitInfoSVNCommitClient16. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.String commitMessage)Committs local changes made to the Working Copy items to the repository.SVNCommitInfoSVNCopyClient16. 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)SVNCommitInfoSVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)Copies each source insourcestodst.SVNCommitInfoSVNCommitClient16. doDelete(SVNURL[] urls, java.lang.String commitMessage)Committs removing specified URL-paths from the repository.SVNCommitInfoSVNCommitClient16. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)Deletes items from a repository.SVNCommitInfoSVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive)Deprecated.SVNCommitInfoSVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive)Deprecated.SVNCommitInfoSVNCommitClient16. 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.SVNCommitInfoSVNCommitClient16. 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.SVNCommitInfoSVNCommitClient16. 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.SVNCommitInfoSVNCommitClient16. doMkDir(SVNURL[] urls, java.lang.String commitMessage)Committs a creation of a new directory/directories in the repository.SVNCommitInfoSVNCommitClient16. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)Creates directory(ies) in a repository.SVNCommitInfoSVNWCClient16. 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 SVNCommitInfo Modifier and Type Method Description SVNCommitInfoSVNAmbientDepthFilterEditor17. closeEdit()SVNCommitInfoSVNDiffEditor17. closeEdit()SVNCommitInfoSVNRemoteStatusEditor17. closeEdit()SVNCommitInfoSVNStatusEditor17. closeEdit()SVNCommitInfoSVNUpdateEditor17. 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 Modifier and Type Method Description SVNCommitInfoSvnExternalUpdateEditor. 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 SVNCommitInfoSvnDiffEditor. closeEdit()SVNCommitInfoSvnNgRemoteDiffEditor. closeEdit()SVNCommitInfoSvnNgRemoteDiffEditor2. closeEdit()SVNCommitInfoSvnNgRemoteMergeEditor. closeEdit()SVNCommitInfoSvnNgReposToWcCopy.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 SVNCommitInfo Modifier and Type Method Description protected 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 SVNCommitInfo Modifier and Type Method Description protected 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 Modifier and Type Method Description SVNCommitInfoISVNEditor. closeEdit()Closes this editor finalizing the whole operation the editor was used for.SVNCommitInfoSVNFileCheckoutEditor. closeEdit() -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SVNCommitInfo Modifier and Type Method Description private ISvnObjectReceiver<SVNCommitInfo>SVNClientImpl. getCommitInfoReceiver(CommitCallback callback)Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNCommitInfo Modifier and Type Method Description private CommitInfoSVNClientImpl. getCommitInfo(SVNCommitInfo commitInfo, SVNURL repositoryRoot) -
Uses of SVNCommitInfo in org.tmatesoft.svn.core.replicator
Fields in org.tmatesoft.svn.core.replicator declared as SVNCommitInfo Modifier and Type Field Description private SVNCommitInfoSVNReplicationEditor. myCommitInfoMethods in org.tmatesoft.svn.core.replicator that return SVNCommitInfo Modifier and Type Method Description SVNCommitInfoSVNReplicationEditor. closeEdit()Commits the transaction.SVNCommitInfoSVNReplicationEditor. 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 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 SVNCommitInfo Modifier and Type Method Description SVNCommitInfoSVNCommitClient. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, boolean force, boolean recursive)SVNCommitInfoSVNCommitClient. 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.SVNCommitInfoSVNCommitClient. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)Commits files or directories into repository.SVNCommitInfoSVNCommitClient. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, java.lang.String commitMessage)Committs local changes made to the Working Copy items to the repository.SVNCommitInfoSVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)Copies each source insourcestodst.SVNCommitInfoSVNCopyClient. 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)SVNCommitInfoSVNCommitClient. doDelete(SVNURL[] urls, java.lang.String commitMessage)Committs removing specified URL-paths from the repository.SVNCommitInfoSVNCommitClient. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)Deletes items from a repository.SVNCommitInfoSVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean recursive)Deprecated.SVNCommitInfoSVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, boolean useGlobalIgnores, boolean recursive)Deprecated.SVNCommitInfoSVNCommitClient. 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.SVNCommitInfoSVNCommitClient. 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.SVNCommitInfoSVNCommitClient. doMkDir(SVNURL[] urls, java.lang.String commitMessage)Committs a creation of a new directory/directories in the repository.SVNCommitInfoSVNCommitClient. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)Creates directory(ies) in a repository.SVNCommitInfoSVNWCClient. 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 SVNCommitInfo Modifier and Type Method Description SVNCommitInfoSvnCommit. run()If commit packet isnull, callsSvnCommit.collectCommitItems()to create the commit packet, then executes the operation.SVNCommitInfoSvnRemoteCopy. run()Runs copy operation.
-