Uses of Class
org.tmatesoft.svn.core.wc.SVNCommitPacket
-
Packages that use SVNCommitPacket Package Description org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat 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. -
-
Uses of SVNCommitPacket in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNCommitPacket Modifier and Type Method Description SVNCommitPacketSVNCommitClient16. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive)Deprecated.SVNCommitPacket[]SVNCommitClient16. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive, boolean combinePackets)Deprecated.SVNCommitPacket[]SVNCommitClient16. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, boolean combinePackets, java.lang.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 differentSVNCommitPackets.SVNCommitPacketSVNCommitClient16. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, java.lang.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 SVNCommitPacket Modifier and Type Method Description 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. -
Uses of SVNCommitPacket in org.tmatesoft.svn.core.internal.wc2.compat
Subclasses of SVNCommitPacket in org.tmatesoft.svn.core.internal.wc2.compat Modifier and Type Class Description static classSvnCodec.SVNCommitPacketWrapperMethods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNCommitPacket Modifier and Type Method Description static SVNCommitPacketSvnCodec. commitPacket(SvnCommit operation, SvnCommitPacket packet)SVNCommitPacketSvnCodec.SVNCommitPacketWrapper. removeSkippedItems()Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNCommitPacket Modifier and Type Method Description static SvnCommitPacketSvnCodec. commitPacket(ISvnCommitRunner runner, SVNCommitPacket oldPacket) -
Uses of SVNCommitPacket in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNCommitPacket Modifier and Type Field Description static SVNCommitPacketSVNCommitPacket. EMPTYThis constant denotes an empty commit items storage (contains noSVNCommitItemobjects).Methods in org.tmatesoft.svn.core.wc that return SVNCommitPacket Modifier and Type Method Description SVNCommitPacketSVNCommitClient. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive)Deprecated.SVNCommitPacket[]SVNCommitClient. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, boolean recursive, boolean combinePackets)Deprecated.SVNCommitPacket[]SVNCommitClient. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, boolean combinePackets, java.lang.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 differentSVNCommitPackets.SVNCommitPacketSVNCommitClient. doCollectCommitItems(java.io.File[] paths, boolean keepLocks, boolean force, SVNDepth depth, java.lang.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.SVNCommitPacketSVNCommitPacket. removeSkippedItems()Methods in org.tmatesoft.svn.core.wc with parameters of type SVNCommitPacket Modifier and Type Method Description 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.
-