I have about 14 projects (different solution files) that are sitting on local dev box. Just got connected with TFS 2010. How do I move these projects to TFS 2010 (without getting vss involved)?
3 Answers
If you have Visual Studio 2005 or Visual Studio 2008 installed, then the first thing you need to do is install Team Explorer 2005 or 2008 from the TFS 2005 or TFS 2008 media. You'll then need to install the TFS 2010 forward compatibility GDR (2005, 2008) For the forward compatibility information, see this post.
If you have Visual Studio 2010 installed, then Team Explorer is installed already.
You then go to View, Team Explorer. Right click on the little "+" button to connect to a server and enter your details.
The you can either add your files by right clicking on the solution in solution explorer and sayying Add to Source Control or by going to the Source Control Explorer and pressing Add then selecting your files.

- 21,988
- 13
- 81
- 109

- 11,770
- 31
- 45
-
Martin, I did all that before posting the issue. I am actually on the last step you suggested. When I Right Click on the Solution Explorer and click on "Add Solution to Source Control" I see a wizard to set it up on VSS "Add SourceSafe Database Wizard". – Jamil Ferdaus Nov 02 '10 at 12:48
-
I found the answer on this link. http://msdn.microsoft.com/en-us/library/ms181280(VS.80).aspx – Jamil Ferdaus Nov 02 '10 at 13:22
-
Here is another good link. http://msdn.microsoft.com/en-us/library/ms253064(v=VS.80).aspx – Jamil Ferdaus Nov 02 '10 at 13:24
Very easy: You just add them to TFS. Right click on the files and choose "Add" from the menu and afterwards check-in. Then they are in the TFS. Of course that doesn't include automatic deployment via TFSBUILD etc.

- 21,405
- 19
- 96
- 133
-
1. I opened my solutions as usual with studio 2005. 2. I dont see Add > Check-in from the solution explorer or project or individual file(s). – Jamil Ferdaus Nov 01 '10 at 19:30
-
See Martin's answer above. You need to install Team Explorer to alleviate all TFS functionality within Visual Studio. – Dennis G Nov 02 '10 at 07:51
-
I found the answer on these links. http://msdn.microsoft.com/en-us/library/ms181280(VS.80).aspx http://msdn.microsoft.com/en-us/library/ms253064(v=VS.80).aspx – Jamil Ferdaus Nov 02 '10 at 13:26
I found the answer on these links.
http://msdn.microsoft.com/en-us/library/ms181280(VS.80).aspx

- 167
- 1
- 3
- 11