public class SvnNgCommitUtil extends Object
| Constructor and Description |
|---|
SvnNgCommitUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
harvestCommittables(SVNWCContext context,
File localAbsPath,
SvnCommitPacket committables,
Map<SVNURL,String> lockTokens,
SVNURL repositoryRootUrl,
File copyModeRelPath,
boolean copyModeRoot,
SVNDepth depth,
boolean justLocked,
Collection<String> changelists,
Map<File,File> danglers,
boolean skipFiles,
boolean skipDirs,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage,
ISVNEventHandler eventHandler) |
static SvnCommitPacket |
harvestCommittables(SVNWCContext context,
SvnCommitPacket packet,
Map<SVNURL,String> lockTokens,
File baseDirPath,
Collection<String> targets,
int depthEmptyStart,
SVNDepth depth,
boolean justLocked,
Collection<String> changelists,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage) |
static SvnCommitPacket |
harvestCopyCommitables(SVNWCContext context,
File path,
SVNURL dst,
SvnCommitPacket packet,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage) |
static SVNURL |
translateCommitables(Collection<SvnCommitItem> items,
Map<String,SvnCommitItem> decodedPaths) |
static Map<String,String> |
translateLockTokens(Map<SVNURL,String> lockTokens,
SVNURL baseURL) |
public static SvnCommitPacket harvestCopyCommitables(SVNWCContext context, File path, SVNURL dst, SvnCommitPacket packet, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, Map<File,String> externalsStorage) throws SVNException
SVNExceptionpublic static SvnCommitPacket harvestCommittables(SVNWCContext context, SvnCommitPacket packet, Map<SVNURL,String> lockTokens, File baseDirPath, Collection<String> targets, int depthEmptyStart, SVNDepth depth, boolean justLocked, Collection<String> changelists, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, Map<File,String> externalsStorage) throws SVNException
SVNExceptionpublic static void harvestCommittables(SVNWCContext context, File localAbsPath, SvnCommitPacket committables, Map<SVNURL,String> lockTokens, SVNURL repositoryRootUrl, File copyModeRelPath, boolean copyModeRoot, SVNDepth depth, boolean justLocked, Collection<String> changelists, Map<File,File> danglers, boolean skipFiles, boolean skipDirs, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, Map<File,String> externalsStorage, ISVNEventHandler eventHandler) throws SVNException
SVNExceptionpublic static SVNURL translateCommitables(Collection<SvnCommitItem> items, Map<String,SvnCommitItem> decodedPaths) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.