Skip to content

Instantly share code, notes, and snippets.

@edsilv
Created February 1, 2015 17:55
Show Gist options
  • Save edsilv/5f40207ed75119b5eab5 to your computer and use it in GitHub Desktop.
Save edsilv/5f40207ed75119b5eab5 to your computer and use it in GitHub Desktop.
extract svn .dump file
## use standard windows command prompt
cd C:\Program Files\SlikSvn\bin
mkdir c:\dumpRepo
svnadmin create c:\dumpRepo
type c:\myproject.dump | svnadmin load c:\dumpRepo
svn export file:///c:/dumpRepo c:\myproject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment