'2017/04/11'에 해당되는 글 2건

  1. 2017.04.11 Remove TFS Connection From Solution
  2. 2017.04.11 [펌] To add a new solution from you local files to TFS


Question -------------------------------------------:

How to make solution as clean copy without mapping to TFS ? The problem is that this message shows when I am trying to open it. I want to open it as normal without TFS connection.

enter image description here


Answer -------------------------------------------:

방법 A:

If you want to permanently and completely detach the solution from source control, then try the following:

  1. Click the 'No' button to avoid connecting to TFS.
  2. In the file menu, go to the source control options and clear the bindings. You'll specifically want File - Source Control - Advanced - Change Source Control...
  3. Save the solution.

Next time you open the solution you won't be prompted to connect to TFS.


방법 B:

To Completely remove TFS source control binding follow the two steps:

1)Go to your solution's folder,find and delete all files with *.vssscc and *.vspscc extensions.

2)open your solution's .sln file in notepad find and remove this "GlobalSection(TeamFoundationVersionControl)" section.

Reference Link




Posted by 세모아
,

출처: http://stackoverflow.com/questions/7503678/how-do-i-add-a-new-solution-to-my-team-project

To add a new solution from you local files to TFS you could:

In the solution explorer right click on the solution and select 'Add Solution to Source Control'

Then you can right click and select check in. -> My: Team explorer 상단의 Check In 버튼을 클릭(그전에 comment 기록은 기본)

Then the entire solution will be added to your team project in TFS.

enter image description here

Posted by 세모아
,