DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Import bdb format SVN Repo into VisualSVN Server


Repo format in VisualSVN is fsfs. It can't import bdb format repo directly. So you have to import is in the following 2 steps:

  1. Dump old repo to a file:

K:\svn>svnadmin dump ./GPAS > f:\tmp\gpas_dump

  1. Import dump file into VisualSVN Server as a repo:

i. Start VisualSVN Server Manager;

i. Repositories -> Create new repository: Repository Name: GPAS, uncheck "create default structure";

i. Menu: 操作 -> 所有任务 -> Command Prompt;

i. F:\SVNDW> svnadmin load ./GPAS < f:\tmp\gpas_dump



Published

Jul 8, 2013

Last Updated

Jul 8, 2013

Category

Tech

Tags

  • SVN 12

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor