hi,
I try used the VssConverter tool to convert a VSS 6.0 database to Team Foundation. I followed the walkthrough for converting VSS to Team Foundation but with not succses
I ask for more exmpale or guide with screenshot or any kind of help
10x
vizi
hi,
I try used the VssConverter tool to convert a VSS 6.0 database to Team Foundation. I followed the walkthrough for converting VSS to Team Foundation but with not succses
I ask for more exmpale or guide with screenshot or any kind of help
10x
vizi
Vssconvertor
Gooberfish
msr_noida
Vizi,
Check out these blog entries on the same question
http://blogs.msdn.com/vstsue/articles/Migrating_from_Visual_SourceSafe_to_Team_Foundation_Source_Control.aspx
http://blogs.msdn.com/vstsue/articles/Preparing_to_Migrate_from_Visual_SourceSafe_to_Team_Foundation_Source_Control.aspx
http://blogs.msdn.com/vstsue/articles/508983.aspx
Let us know if this helps!
Alexandre d9654039
Hi,
I've got a tip if you want to merge VSS 6.0 databases into one Team Foundation projects.
NiL
With vssconverter, it's not possible to migrate differents vss projets having the same root $/ in the same Team project.
So a solution is
1) Create a temporary Team Project in TFS for each vss repository
2) Migrate the source code to a corresponding temporay Team projet
3) Branch from temporay team projects to the target team projet
4) Check-out/Check-In sources from the target team projet (theses operations remove the branch link)
5) Delete temporary Team Projects