| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc16 | |
| 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(File path,
SVNURL dstURL,
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. |
| Modifier and Type | Method and Description |
|---|---|
ISVNFileFilter |
SvnImport.getFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SvnImport.setFileFilter(ISVNFileFilter fileFilter) |
Copyright © 2025. All rights reserved.