Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrate a Source Safe database to SubVersion with history

Folks,

We have a number of Source Safe databases that should be migrated to SubVersion. Is there a (tested and proven) way to migrate them with history ?

Thanks Essam

like image 891
essamSALAH Avatar asked Jul 01 '09 11:07

essamSALAH


3 Answers

I'm considering the migration too and I have found some pages that may help you in the process:

This 3 pages provide information on methods to migrate the complete history from VSS to SVN

like image 192
Doliveras Avatar answered Sep 21 '22 20:09

Doliveras


You can try VssMigrate. It is a C# port of PowerAdmin's VssMigrate which has the capability to "Resolve the individual VSS-checkins to atomic SVN commits via the approximate timestamp".

like image 33
Tim Erickson Avatar answered Sep 23 '22 20:09

Tim Erickson


My company has developed a Source Safe to Subversion migration tool: http://www.abstrakti.com/en-US/Products/Krepost

This tool was developed after having problems with every other tool, when we had to migrate a customer's repository. Also, this is the only tool that can import SourceSafe labels into SVN.

Let me know if you have any problems, I'll be glad to help you.

Eric.

like image 23
Eric Schneider Avatar answered Sep 23 '22 20:09

Eric Schneider