On Nov 21, 2014, at 7:30 PM, Eric Johnson wrote: > > I'm setting up a Subversion mirror, and trying to figure out whether I should > have the mirror repositories have the same UUID or a different UUID on the > mirror. > > Currently, I'm using the same UUID, so that should someone wish to do an svn > switch relocate between the two servers, they can do that. > > Anyone with experience that suggests that that is a bad idea?
Right, using the same UUID would be necessary to allow users to relocate between the mirror(s) and the master. This is suggested here: https://svn.apache.org/repos/asf/subversion/trunk/notes/svnsync.txt The mirror might be some commits behind the master depending on how fast syncs happen, but that shouldn't be a problem since the mirrors are read-only and users can only commit to the master.