4

How do i migrate my data from VSS to SubVersion??

Arc
  • 1,680
  • 6
  • 30
  • 57
  • duplicate: http://stackoverflow.com/questions/417355/is-there-a-way-to-migrate-sourcesafe-with-history-into-svn – gbjbaanb Apr 23 '09 at 22:58

2 Answers2

7

It depends on whether you want to take the VSS Meta Data with you.

If yes, have a look at PowerAdmin or Vss2SVN on Tigris

If no, just to a search of the Code Folders on your machine to remove all .scc & .vss files and then dump that code into your SVN Repo in the standard way.

EDIT: Looks like Vss2SVN Development on Tigris has been parked.

Eoin Campbell
  • 43,500
  • 17
  • 101
  • 157
0

there's a better migration tool on Codeplex, called (imaginatively) VSS2SVN. It works very well, and keeps your history.

gbjbaanb
  • 51,617
  • 12
  • 104
  • 148