Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Method and Description |
---|---|
SVNCommitInfo |
SVNCommitClient16.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 directory
path into repository directory
dstURL at HEAD revision. |
private boolean |
SVNCommitClient16.importDir(SVNDeltaGenerator deltaGenerator,
java.io.File dir,
java.lang.String importPath,
boolean useGlobalIgnores,
boolean ignoreUnknownNodeTypes,
SVNDepth depth,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> versionedAutoProperties,
ISVNFileFilter fileFilter,
ISVNEditor editor) |
Modifier and Type | Class and Description |
---|---|
private static class |
SvnCodec.SVNCommitHandler |
Modifier and Type | Method and Description |
---|---|
private ISVNFileFilter |
SVNClientImpl.getFileFilter(ImportFilterCallback filterCallback) |
Modifier and Type | Field and Description |
---|---|
private ISVNFileFilter |
SvnImport.fileFilter |
Modifier and Type | Method and Description |
---|---|
ISVNFileFilter |
SvnImport.getFileFilter() |
Modifier and Type | Method and Description |
---|---|
void |
SvnImport.setFileFilter(ISVNFileFilter fileFilter) |