Import dumped SVN repo into VisualSVN Server

James Van Boxtel picture James Van Boxtel · Mar 5, 2009 · Viewed 10.9k times · Source

I have dumped my repository on my old computer to a file with the command. svnadmin dump C:\myrepo/ > mydumpfile

Now I decided to use VisualSVN Server on my new computer as opposed to just a baseline subversion. How do I import my repository into VisualSVN Server?

Answer

James Van Boxtel picture James Van Boxtel · Mar 5, 2009

Figured it out now that Andrew Clark pointed out there is a "All Tasks"

Repository -> All Tasks -> Open Command Prompt

svnadmin create repository-name
svnadmin load repository-name < repository-name.dmp