3

All the recent VisualSVN Server posts made me want to check it out. I have SVN running right now through Apache, but I'd like to try out VisualSVN Server, mostly for the Active Directory integration. Their docs don't describe whether you can easily migrate an existing repository.

Anyone done this before?

bahrep
  • 29,961
  • 12
  • 103
  • 150
Chris Farmer
  • 24,974
  • 34
  • 121
  • 164

4 Answers4

5

There is an option on the VisualSVN Server Manager console to import an existing repository. You just give it the existing repository location and a name for the imported repository. Pretty simple.

bahrep
  • 29,961
  • 12
  • 103
  • 150
Cade
  • 2,646
  • 4
  • 22
  • 16
4

VisualSVN Server will use your existing SVN repositories with no problems. I have successfully migrated repositories from SVN + Apache to VisualSVN Server on multiple occasions.

bahrep
  • 29,961
  • 12
  • 103
  • 150
Joseph Sturtevant
  • 13,194
  • 12
  • 76
  • 90
  • 2
    I had the same question. For exact details look at this post. http://stackoverflow.com/questions/615728/import-dumped-svn-repo-into-visual-svn – James Van Boxtel Mar 05 '09 at 18:38
2

An SVN server doesn't really 'attach' to a repository, it just needs to be able to see its files. The repository itself doesn't know or care if it's being accessed via svnserve, Apache mod_svn or direct file:// URLs

Will Dean
  • 39,055
  • 11
  • 90
  • 118
1

There is a VisualSVN Server Knowledge Base article about the case:

How can I import my existing repository into newly installed VisualSVN Server?

Ivan Zhakov
  • 3,981
  • 28
  • 24
bahrep
  • 29,961
  • 12
  • 103
  • 150