uuid for the repository located at repositoryRoot. This method is identical to the 'svnadmin setuuid' command. If no uuid is specified, then SVNKit will generate a new one and will use it to reset the original UUID.
@param repositoryRoot repository root location
@param uuid new UUID to set
@throws SVNException exception with {@link SVNErrorCode#BAD_UUID} error code - if the uuidis malformed
@since 1.2.0, SVN 1.5.0
| |