0

I have a solution with several projects in it. That solution was saved to our TFS 2013 default collection but under the wrong project. I am trying to move/copy it to the proper project in TFS. I unbound the solution and projects, closed everything down. Reopened the solution and tried to add it to a new project but it still seems to want to rebind to the old project.

If I create new files they are stored in the correct project but all of the old files are still being committed in the old project locations.

How can this be put into the correct project without starting from scratch with a new solution and projects?

John S
  • 7,909
  • 21
  • 77
  • 145

1 Answers1

0

It seems you didn’t completely remove TFS source control Bindings. This is caused by your solution file is still in the workspace which associate with original source control. You can try to copy this solution to a different place out of your original workspace. Detail steps please refer my answer in this question: Remove TFS Bindings without a hack

More ways and more information for you reference:How can I completely remove TFS Bindings. Also try to clean TFS an VS cache and try again..

Community
  • 1
  • 1
PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62