Package | Description |
---|---|
org.apache.subversion.javahl | |
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Method and Description |
---|---|
void |
SVNClient.copy(List<CopySource> sources,
String destPath,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
void |
ISVNClient.copy(List<CopySource> sources,
String destPath,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback)
Copy versioned paths with the history preserved.
|
Modifier and Type | Method and Description |
---|---|
CopySource |
CopySource.toApache() |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.copy(List<CopySource> sources,
String destPath,
boolean copyAsChild,
boolean makeParents,
boolean ignoreExternals,
Map<String,String> revpropTable,
CommitMessageCallback handler,
CommitCallback callback) |
Copyright © 2024. All rights reserved.