Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to import Visual SourceSafe project in Visual Studio Team System 2010.

Currently we are having VSS 6.0 and going to install VSTS 2010 Beta.


Thanks
RajRam
Posted

1 solution

If its just few projects then,

1) Remove VSS binding from the Project

Go to menu: File->Souce Control->Change Source Control. In the prompted box, choose the “unbind” button, then the VSS binding can be removed.

2) Install Team Explorer on your pc

Add the project to Team Foundation Server using

Tools -> Connect to Team Foundation Server

after you are connected to the server you can add the Project to the TFS by using a Team Explorer window in the Visual Studio.

Right click on the server name -> Add Existing Project


Its good idea to take a backup of the project(s) first, so that you don't have to hunt me down if something goes wrong. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900