Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNInputStream.Outputer
this class implements the connection to SVNAdmin
|
Modifier and Type | Method and Description |
---|---|
OutputInterface |
SVNInputStream.getOutputer()
Get the Interface to connect to SVNAdmin
|
Modifier and Type | Method and Description |
---|---|
void |
SVNAdmin.dump(java.lang.String path,
OutputInterface dataOut,
OutputInterface errorOut,
Revision start,
Revision end,
boolean incremental)
dump the data in a repository
|
void |
SVNAdmin.dump(java.lang.String path,
OutputInterface dataOut,
OutputInterface errorOut,
Revision start,
Revision end,
boolean incremental,
boolean useDeltas)
dump the data in a repository
|
void |
SVNAdmin.load(java.lang.String path,
InputInterface dataInput,
OutputInterface messageOutput,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
java.lang.String relativePath) |
void |
SVNAdmin.load(java.lang.String path,
InputInterface dataInput,
OutputInterface messageOutput,
boolean ignoreUUID,
boolean forceUUID,
java.lang.String relativePath)
load the data of a dump into a repository,
|
void |
SVNAdmin.verify(java.lang.String path,
OutputInterface messageOut,
Revision start,
Revision end)
verify the repository
|
Copyright © 2020. All rights reserved.