Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNUUIDAction
-
Packages that use SVNUUIDAction 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. -
-
Uses of SVNUUIDAction in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUUIDAction Modifier and Type Method Description void
DefaultLoadHandler. setUUIDAction(SVNUUIDAction action)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUUIDAction Constructor Description DefaultLoadHandler(boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir, ISVNAdminEventHandler progressHandler)
-
Uses of SVNUUIDAction in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as SVNUUIDAction Modifier and Type Field 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.Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNUUIDAction Modifier and Type Method Description 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. -
Uses of SVNUUIDAction in org.tmatesoft.svn.core.wc2.admin
Methods in org.tmatesoft.svn.core.wc2.admin that return SVNUUIDAction Modifier and Type Method Description SVNUUIDAction
SvnRepositoryLoad. getUuidAction()
Methods in org.tmatesoft.svn.core.wc2.admin with parameters of type SVNUUIDAction Modifier and Type Method Description void
SvnRepositoryLoad. setUuidAction(SVNUUIDAction uuidAction)
-