Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNUUIDAction
Packages that use SVNUUIDAction
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
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.
-
Uses of SVNUUIDAction in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNUUIDActionMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUUIDActionConstructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUUIDActionModifierConstructorDescriptionDefaultLoadHandler
(boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, String parentDir, ISVNAdminEventHandler progressHandler) -
Uses of SVNUUIDAction in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as SVNUUIDActionModifier and TypeFieldDescriptionstatic final SVNUUIDAction
SVNUUIDAction.DEFAULT
A default behaviour: any met uuid is ignored unless the latest revision of the target repository is 0.static final SVNUUIDAction
SVNUUIDAction.FORCE_UUID
A command to override the existing uuid with any one met in a dumpstream.static final SVNUUIDAction
SVNUUIDAction.IGNORE_UUID
A command to ignore any met uuid.Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNUUIDActionModifier and TypeMethodDescriptionprivate DefaultLoadHandler
SVNAdminClient.createLoadHandler
(FSFS fsfs, boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, String parentDir) void
SVNAdminClient.doLoad
(File repositoryRoot, InputStream dumpStream, boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, String parentDir) Reads the provided dump stream committing new revisions to a repository. -
Uses of SVNUUIDAction in org.tmatesoft.svn.core.wc2.admin
Fields in org.tmatesoft.svn.core.wc2.admin declared as SVNUUIDActionMethods in org.tmatesoft.svn.core.wc2.admin that return SVNUUIDActionMethods in org.tmatesoft.svn.core.wc2.admin with parameters of type SVNUUIDAction