Package | Description |
---|---|
org.apache.subversion.javahl | |
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Method and Description |
---|---|
void |
ISVNClient.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean noAutoProps,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
ImportFilterCallback importFilterCallback,
CommitMessageCallback messageHandler,
CommitCallback commitCallback)
Import a file or directory into a repository directory at
head.
|
void |
SVNClient.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean noAutoProps,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
ImportFilterCallback importFilterCallback,
CommitMessageCallback messageHandler,
CommitCallback commitCallback) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.doImport(String path,
String url,
Depth depth,
boolean noIgnore,
boolean noAutoProps,
boolean ignoreUnknownNodeTypes,
Map<String,String> revpropTable,
ImportFilterCallback importFilterCallback,
CommitMessageCallback handler,
CommitCallback callback) |
Copyright © 2018. All rights reserved.