Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.old | |
org.tmatesoft.svn.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected SVNCopySource[] |
SVNCopyDriver.expandCopySources(SVNCopySource[] sources) |
Modifier and Type | Method and Description |
---|---|
protected SVNCopySource[] |
SVNCopyDriver.expandCopySources(SVNCopySource[] sources) |
protected SVNCommitInfo |
SVNCopyDriver.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) |
Modifier and Type | Method and Description |
---|---|
void |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
java.io.File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists)
Copies each source in
sources to dst . |
private void |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
java.io.File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin) |
SVNCommitInfo |
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) |
SVNCommitInfo |
SVNCopyClient16.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Copies each source in
sources to dst . |
Modifier and Type | Method and Description |
---|---|
static SVNCopySource |
SvnCodec.copySource(SvnCopySource newSource) |
Modifier and Type | Method and Description |
---|---|
static SvnCopySource |
SvnCodec.copySource(SVNCopySource oldSource) |
Modifier and Type | Method and Description |
---|---|
private SVNCopySource[] |
SvnOldCopy.getCopySources() |
Modifier and Type | Method and Description |
---|---|
private SVNCopySource[] |
SVNClientImpl.getCopySources(CopySource[] srcs,
boolean copyAsChild) |
private SVNCopySource[] |
SVNClientImpl.getCopySources(java.lang.String[] srcPaths,
boolean copyAsChild) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNClientImpl.copyOrMove(SVNCopySource[] sources,
java.lang.String destPath,
boolean isMove,
java.lang.String message,
boolean copyAsChild,
boolean makeParents,
java.util.Map revprops) |
Modifier and Type | Method and Description |
---|---|
void |
SVNCopyClient.doCopy(SVNCopySource[] sources,
java.io.File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists)
Copies each source in
sources to dst . |
void |
SVNCopyClient.doCopy(SVNCopySource[] sources,
java.io.File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean allowMixedRevisions,
boolean metadataOnly)
Copies each source in
sources to dst . |
void |
SVNCopyClient.doCopy(SVNCopySource[] sources,
java.io.File dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
boolean pinExternals,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin) |
SVNCommitInfo |
SVNCopyClient.doCopy(SVNCopySource[] sources,
SVNURL dst,
boolean isMove,
boolean makeParents,
boolean failWhenDstExists,
java.lang.String commitMessage,
SVNProperties revisionProperties)
Copies each source in
sources to dst . |
SVNCommitInfo |
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) |