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.
Answer -------------------------------------------:
방법 A:
If you want to permanently and completely detach the solution from source control, then try the following:
- Click the 'No' button to avoid connecting to TFS.
- 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...
- 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
'Programming > 개발환경' 카테고리의 다른 글
VC++ Preprocessed File (Macro 변환 후) (0) | 2017.10.20 |
---|---|
[펌] To add a new solution from you local files to TFS (0) | 2017.04.11 |
TortoiseSVN(subversion) 사용팁 (0) | 2015.09.21 |