How to move uberSVN to another server?

1.2k Views Asked by At

I clone my question from here. I'm using uberSVN on Ubuntu server for my project development. Now I need to move uberSVN to another server (backup all data of uberSVN and SVN data).

How to move uberSVN to another server ?

2

There are 2 best solutions below

2
On

First you'll need to backup your repos as normal (the book linked above is the best source of info on that).

Next you'll need to backup uberSVN data (users, teams etc etc), you do this from the Administration tab, selecting backup.

Note: make sure both machines use the same version of uberSVN, or you may have problems.

Then install uberSVN on the new machine and reload all your data.

0
On

Install new UberSVN and copy the repositories. For each repository:

  1. login to the source ubersvn with an administration account
  2. select repositories / YOUR_REPOSITORY / administration
  3. select dump/export (choose a filename and a directory at will)
  4. copy the dump file to the new server
  5. login to the new ubersvn server with an administrator account
  6. create a new repository from the dump file

Hope this helps.