Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Universally Unique Identifiers or UUID verifies the identity of a repository. Usually a unique UUID for each repository is desired except for situations between two repositories that is under migration of data. Using the same UUID will ensure a perfect replica of the repository being replaced and users connecting to it won't see a different repository.
First check the old repository UUID.

Code Block
languagebash
svnlook uuid /opt/svn-data/hamsters

As an example the output should look something like
693708d0-288a-4d90-aadb-1524a6fdba94
Then replace the new repository uuid... 

Code Block
languagebash
svnadmin setuuid /opt/svn-data/hamsters \ 

...

Warning

Still to write is an entry on UUID when restoring from a shadow repository.

...