On Fri, Apr 17, 2009 at 13:01, Simon Large
<simon.tortoisesvn_at_googlemail.com> wrote:
> 2009/4/17 Lübbe Onken <luebbe.tortoisesvn_at_googlemail.com>:
>> webpost_at_tigris.org wrote:
>>> We have about 10 repositories with the same UUID which sometimes was a problem with Blame but our admin says he cannot fix it with the server version.
>>
>> Your admin seems to be a lazy guy... It's a dump/reload for 9 of the 10
>> repositories, which can take a few minutes to a few hours depending on
>> the repository sizes, but not his constant attention.
>
> Actually I think there is an svnadmin command to change the UUID of a
> repository, so it is even easier.
You are correct (but read past my copy/paste)
C:\>svnadmin help setuuid
setuuid: usage: svnadmin setuuid REPOS_PATH [NEW_UUID]
Reset the repository UUID for the repository located at REPOS_PATH. If
NEW_UUID is provided, use that as the new repository UUID; otherwise,
generate a brand new UUID for the repository.
BUT, depending upon how old the repositories are and what version's on
the server, it may be worth doing a dump/load cycle to get:
* Shard packing (introduced in 1.6)
* Sharding (1.5)
* Improved diffing (1.4)
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1771557
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-17 19:39:15 CEST