| Package | Description |
|---|---|
| org.tmatesoft.svn.cli.svnadmin | |
| org.tmatesoft.svn.cli.svndumpfilter | |
| org.tmatesoft.svn.cli.svnsync | |
| org.tmatesoft.svn.core.internal.io.fs | |
| org.tmatesoft.svn.core.internal.wc | |
| org.tmatesoft.svn.core.internal.wc2.admin | |
| org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SVNAdminDumpCommand |
class |
SVNAdminListTransactionsCommand |
class |
SVNAdminLoadCommand |
class |
SVNAdminPackCommand |
class |
SVNAdminRecoverCommand |
class |
SVNAdminRemoveTransactionsCommand |
class |
SVNAdminUpgradeCommand |
class |
SVNAdminVerifyCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
SVNDumpFilterExcludeCommand |
class |
SVNDumpFilterIncludeCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
SVNSyncCopyRevPropsCommand |
class |
SVNSyncInitializeCommand |
class |
SVNSyncSynchronizeCommand |
| Modifier and Type | Field and Description |
|---|---|
private ISVNAdminEventHandler |
FSPacker.myNotifyHandler |
| Constructor and Description |
|---|
FSPacker(ISVNAdminEventHandler notifyHandler) |
| Modifier and Type | Field and Description |
|---|---|
private ISVNAdminEventHandler |
DefaultDumpFilterHandler.myEventHandler |
private ISVNAdminEventHandler |
DefaultLoadHandler.myProgressHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDumpFilterHandler.reset(java.io.OutputStream os,
ISVNAdminEventHandler handler,
boolean exclude,
boolean renumberRevisions,
boolean dropEmptyRevisions,
boolean preserveRevisionProperties,
java.util.Collection prefixes,
boolean skipMissingMergeSources) |
| Constructor and Description |
|---|
DefaultDumpFilterHandler(java.io.OutputStream os,
ISVNAdminEventHandler handler,
boolean exclude,
boolean renumberRevisions,
boolean dropEmptyRevisions,
boolean preserveRevisionProperties,
java.util.Collection prefixes,
boolean skipMissingMergeSources) |
DefaultLoadHandler(boolean usePreCommitHook,
boolean usePostCommitHook,
SVNUUIDAction uuidAction,
java.lang.String parentDir,
ISVNAdminEventHandler progressHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
SvnRepositoryCopyRevisionPropertiesImpl |
class |
SvnRepositoryDumpImpl |
class |
SvnRepositoryFilterImpl |
class |
SvnRepositoryInitializeImpl |
class |
SvnRepositoryListLocksImpl |
class |
SvnRepositoryListTransactionsImpl |
class |
SvnRepositoryLoadImpl |
class |
SvnRepositoryPackImpl |
class |
SvnRepositoryRecoverImpl |
class |
SvnRepositoryRemoveLocksImpl |
class |
SvnRepositoryRemoveTransactionsImpl |
class |
SvnRepositorySynchronizeImpl |
class |
SvnRepositoryUpgradeImpl |
class |
SvnRepositoryVerifyImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SVNAdminEventAdapter
SVNAdminEventAdapter is an adapter class for
ISVNAdminEventHandler. |
| Modifier and Type | Field and Description |
|---|---|
private ISVNAdminEventHandler |
SVNAdminClient.myEventHandler |