0

Possible Duplicate:
Import Dumped SVN Repo into Visual SVN

I am not sure if this is the right place to ask this. I followed VisualSVN recommendation (here) when setting up my repository locally. I am now migrating to an external party (codebaseHQ). How can I dump a project from the repository for the migration.

I no longer need all the projects in VisualSVN server. I only need one. I can't find info on how to dump just a project (e.g Application1 in the link above).

Community
  • 1
  • 1
Saif Khan
  • 18,402
  • 29
  • 102
  • 147
  • Do you have a file system SVN application installed, such as Tortoise SVN? I am not sure if this is possible with just VisualSVN. – Kevin Crowell Mar 23 '10 at 20:02
  • I have Tortoise SVN installed on my development box but not on the server running VisualSVN Server. – Saif Khan Mar 23 '10 at 20:08

1 Answers1

0

If you want to dump a project you can use the svnadmin tool in your VisualSVN Server directory.

You should be able to find it at %VISUALSVN_SERVER%\bin\svnadmin.exe

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
newman
  • 1