问题
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 Visual SVN on my new computer as opposed to just a baseline subversion. How do I import my repository into VisualSVN?
回答1:
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
回答2:
try copying your repository to like C:\Repositories
or use Repositories -> All Tasks -> Import Existing Repository
回答3:
Importing from portable dump file implemented in VisualSVN Server 3.2:
- Start VisualSVN Server Manager
- Select
Import Existing Repository
command in context menu forRepositories
node. - Select radio-button
Load repository from dump file
, click Next. - Enter path to dump file and click Next
Do not forget to configure SVN permissions for imported repository.
来源:https://stackoverflow.com/questions/615728/import-dumped-svn-repo-into-visual-svn