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 |
Constructor and Description |
---|
FSPacker(ISVNAdminEventHandler notifyHandler) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDumpFilterHandler.reset(OutputStream os,
ISVNAdminEventHandler handler,
boolean exclude,
boolean renumberRevisions,
boolean dropEmptyRevisions,
boolean preserveRevisionProperties,
Collection prefixes,
boolean skipMissingMergeSources) |
Constructor and Description |
---|
DefaultDumpFilterHandler(OutputStream os,
ISVNAdminEventHandler handler,
boolean exclude,
boolean renumberRevisions,
boolean dropEmptyRevisions,
boolean preserveRevisionProperties,
Collection prefixes,
boolean skipMissingMergeSources) |
DefaultLoadHandler(boolean usePreCommitHook,
boolean usePostCommitHook,
SVNUUIDAction uuidAction,
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 . |
Copyright © 2019. All rights reserved.