Nick
Nick

Reputation: 871

Checking in uninded code to tfs

Now when I open the code from my hard drive I get the message that the tfs server cannot be found.

My issue is, when I use manage connections to connect to the project, the solution gets closed. When I reopen the solution from the hard drive, the connection to tfs is lost. Is there a sequence I need to follow to get this right?

Upvotes: 0

Views: 33

Answers (2)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31033

It seems the project is source controlled by the previous TFS. Try to open the project, go to File--Source Control--Advanced--Change Source Control, and Unbind the solution and projects.

enter image description here

Upvotes: 0

chief7
chief7

Reputation: 14383

  1. Connect to new TFS in VS
  2. Open Source Control Explorer and map the TFS folder to your existing local folder
  3. Check out for edit on changed files
  4. Check in files
  5. Everything should be working

Upvotes: 2

Related Questions