org.tmatesoft.svn.core.wc.admin

Class SVNUUIDAction

public class SVNUUIDAction extends Object

The SVNUUIDAction class is an enumeration of possible actions that SVNAdminClient can perform with uuids when loading a dumpstream.

Version: 1.1.1

Author: TMate Software Ltd.

Field Summary
static SVNUUIDActionDEFAULT
A default behaviour: any met uuid is ignored unless the latest revision of the target repository is 0.
static SVNUUIDActionFORCE_UUID
A command to override the existing uuid with any one met in a dumpstream.
static SVNUUIDActionIGNORE_UUID
A command to ignore any met uuid.

Field Detail

DEFAULT

public static final SVNUUIDAction DEFAULT
A default behaviour: any met uuid is ignored unless the latest revision of the target repository is 0.

FORCE_UUID

public static final SVNUUIDAction FORCE_UUID
A command to override the existing uuid with any one met in a dumpstream.

IGNORE_UUID

public static final SVNUUIDAction IGNORE_UUID
A command to ignore any met uuid.
Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.