| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc | |
| org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
| org.tmatesoft.svn.core.wc2.admin |
NEW: this package contains command-style API to perform most of
Subversion operations that works directly on local repository
on the level of abstraction similar to that of the command line client.
|
| Modifier and Type | Field and Description |
|---|---|
private SVNUUIDAction |
DefaultLoadHandler.myUUIDAction |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLoadHandler.setUUIDAction(SVNUUIDAction action) |
| Constructor and Description |
|---|
DefaultLoadHandler(boolean usePreCommitHook,
boolean usePostCommitHook,
SVNUUIDAction uuidAction,
java.lang.String parentDir,
ISVNAdminEventHandler progressHandler) |
| Modifier and Type | Field and Description |
|---|---|
static SVNUUIDAction |
SVNUUIDAction.DEFAULT
A default behaviour: any met uuid is ignored unless the latest revision
of the target repository is 0.
|
static SVNUUIDAction |
SVNUUIDAction.FORCE_UUID
A command to override the existing uuid with any one met in a dumpstream.
|
static SVNUUIDAction |
SVNUUIDAction.IGNORE_UUID
A command to ignore any met uuid.
|
| Modifier and Type | Method and Description |
|---|---|
private DefaultLoadHandler |
SVNAdminClient.createLoadHandler(FSFS fsfs,
boolean usePreCommitHook,
boolean usePostCommitHook,
SVNUUIDAction uuidAction,
java.lang.String parentDir) |
void |
SVNAdminClient.doLoad(java.io.File repositoryRoot,
java.io.InputStream dumpStream,
boolean usePreCommitHook,
boolean usePostCommitHook,
SVNUUIDAction uuidAction,
java.lang.String parentDir)
Reads the provided dump stream committing new revisions to a repository.
|
| Modifier and Type | Field and Description |
|---|---|
private SVNUUIDAction |
SvnRepositoryLoad.uuidAction |
| Modifier and Type | Method and Description |
|---|---|
SVNUUIDAction |
SvnRepositoryLoad.getUuidAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
SvnRepositoryLoad.setUuidAction(SVNUUIDAction uuidAction) |