How to change subversion working copy UUID?
Posted
by
Ioan
on Super User
See other posts from Super User
or by Ioan
Published on 2011-01-06T20:37:34Z
Indexed on
2011/01/06
20:56 UTC
Read the original article
Hit count: 237
svn
I've recently updated Subversion repositories from an old 1.2.3 version to 1.6.0 via svnadmin dump/load. The old repositories all used the same UUID (repositories were created using by copying a template repository). I've changed the UUID on a couple of the new repositories via svnadmin setuuid to be unique. I can't just relocate my existing working copies of those repositories because the UUIDs are different. I know about exporting the working copy and checking out from the new repository, but I was wondering whether there was a way to just change the UUID of the working copy in-place, like what svnadmin setuuid does for repositories.
© Super User or respective owner