Import Dumped SVN Repo into Visual SVN

佐手、 提交于 2019-12-18 04:12:45

问题


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:

  1. Start VisualSVN Server Manager
  2. Select Import Existing Repository command in context menu for Repositories node.
  3. Select radio-button Load repository from dump file, click Next.
  4. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!