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:
- Dump old repo to a file:
K:\svn>svnadmin dump ./GPAS > f:\tmp\gpas_dump
- 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