0

I have certain SVN repositories which I want to migrate to another server.

The first option available to me is that I should take the dump from source and load to destination. This load process is high time consumable and many times due to network timed out, it stuck and I need to restart the entire process.

The other way, I am guessing, that the dump will be taken in parts, let say if I have REPO with 1000 revisions, then I would create 10 dumps each with 100 revision and load one by one in sequence.

My question is whether it is possible ? or there is some other way around.

5
  • Have you considered option c) "rsync the raw database"? Commented Sep 14, 2016 at 8:49
  • I have only URL for destination, it is a svn hosting Commented Sep 14, 2016 at 8:54
  • Does the hosting provider support svnsync uploads? Commented Sep 14, 2016 at 8:58
  • yes they do , but i believe that too is a slow thing Commented Sep 14, 2016 at 10:49
  • It is however resumable. You can restart a svnsync at any point. Commented Sep 14, 2016 at 12:42

0

You must log in to answer this question.

Browse other questions tagged .