Package org.tmatesoft.svn.core.wc.admin
Class SVNUUIDAction
java.lang.Object
org.tmatesoft.svn.core.wc.admin.SVNUUIDAction
The SVNUUIDAction class is an enumeration of possible actions
that SVNAdminClient can perform with uuids when loading a dumpstream.
- Since:
- 1.2
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SVNUUIDAction
A default behaviour: any met uuid is ignored unless the latest revision of the target repository is 0.static final SVNUUIDAction
A command to override the existing uuid with any one met in a dumpstream.static final SVNUUIDAction
A command to ignore any met uuid. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IGNORE_UUID
A command to ignore any met uuid. -
FORCE_UUID
A command to override the existing uuid with any one met in a dumpstream. -
DEFAULT
A default behaviour: any met uuid is ignored unless the latest revision of the target repository is 0.
-
-
Constructor Details
-
SVNUUIDAction
private SVNUUIDAction()
-