Opened 16 years ago
Closed 16 years ago
#351 closed task (fixed)
Update uuid of MapGuide SVN mirror to match main SVN
Reported by: | jbirch | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin | Keywords: | |
Cc: |
Description
The main SVN instance sometimes has "issues" when checking out the entire MapGuide SVN repository. It would be useful if the UUIDs between the main svn and the svnmirror versions of this repositories matched so users could do an "svn co" on svnmirror and then do an "svn switch --relocate" to change to the live version.
I have checked on the MapGuide Internals mailing list and nobody appears to be using the svnmirror instance directly, so it should be safe to switch.
The uuid of svn.osgeo.org/mapguide can be obtained with either
svnlook uuid
or
svninfo
I get a value of: a442ad82-b40c-0410-ae44-e6d7bd6e4a36
The uuid of svnmirror.osgeo.org/mapguide can be set with
svnadmin setuuid
Thanks, Jason
Thanks Howard!