Uses of Class
org.tmatesoft.svn.core.wc.SVNCommitPacket
Packages that use SVNCommitPacket
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNCommitPacket in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNCommitPacketModifier and TypeMethodDescriptionSVNCommitClient16.doCollectCommitItems
(File[] paths, boolean keepLocks, boolean force, boolean recursive) Deprecated.SVNCommitClient16.doCollectCommitItems
(File[] paths, boolean keepLocks, boolean force, boolean recursive, boolean combinePackets) Deprecated.SVNCommitClient16.doCollectCommitItems
(File[] paths, boolean keepLocks, boolean force, SVNDepth depth, boolean combinePackets, String[] changelists) Collects commit items (containing detailed information on each Working Copy item that was changed and need to be committed to the repository) into differentSVNCommitPacket
s.SVNCommitClient16.doCollectCommitItems
(File[] paths, boolean keepLocks, boolean force, SVNDepth depth, String[] changelists) Collects commit items (containing detailed information on each Working Copy item that contains changes and need to be committed to the repository) into a singleSVNCommitPacket
.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNCommitPacketModifier and TypeMethodDescriptionSVNCommitClient16.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. -
Uses of SVNCommitPacket in org.tmatesoft.svn.core.internal.wc2.compat
Subclasses of SVNCommitPacket in org.tmatesoft.svn.core.internal.wc2.compatMethods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNCommitPacketModifier and TypeMethodDescriptionstatic SVNCommitPacket
SvnCodec.commitPacket
(SvnCommit operation, SvnCommitPacket packet) SvnCodec.SVNCommitPacketWrapper.removeSkippedItems()
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNCommitPacketModifier and TypeMethodDescriptionstatic SvnCommitPacket
SvnCodec.commitPacket
(ISvnCommitRunner runner, SVNCommitPacket oldPacket) -
Uses of SVNCommitPacket in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNCommitPacketModifier and TypeFieldDescriptionstatic final SVNCommitPacket
SVNCommitPacket.EMPTY
This constant denotes an empty commit items storage (contains noSVNCommitItem
objects).Methods in org.tmatesoft.svn.core.wc that return SVNCommitPacketModifier and TypeMethodDescriptionSVNCommitClient.doCollectCommitItems
(File[] paths, boolean keepLocks, boolean force, boolean recursive) Deprecated.SVNCommitClient.doCollectCommitItems
(File[] paths, boolean keepLocks, boolean force, boolean recursive, boolean combinePackets) Deprecated.SVNCommitClient.doCollectCommitItems
(File[] paths, boolean keepLocks, boolean force, SVNDepth depth, boolean combinePackets, String[] changelists) Collects commit items (containing detailed information on each Working Copy item that was changed and need to be committed to the repository) into differentSVNCommitPacket
s.SVNCommitClient.doCollectCommitItems
(File[] paths, boolean keepLocks, boolean force, SVNDepth depth, String[] changelists) Collects commit items (containing detailed information on each Working Copy item that contains changes and need to be committed to the repository) into a singleSVNCommitPacket
.SVNCommitPacket.removeSkippedItems()
Methods in org.tmatesoft.svn.core.wc with parameters of type SVNCommitPacketModifier and TypeMethodDescriptionSVNCommitClient.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.
SVNCommitClient16.doCollectCommitItems(File[],boolean,boolean,SVNDepth,String[])
instead