howto visualsvn load dump file

howto visualsvn load dump file

This article assumes you have already dumped your repository and are looking to import it in to VisualSVN

Path to Visual SVN – D:\Program Files (x86)\VisualSVN Server\bin>

Path to Repositories – D:\repositories

Dump file: d:\repositories\examplerepo.dump

Steps:

  1. Create a new repository with no content in Visual SVN (we’ll name it examplerepo)
  2. Run the svnadmin load command as shown below


D:\Program Files (x86)\VisualSVN Server\bin>svnadmin load d:\repositories\examplerepo < d:\repositories\examplerepo.dump

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.