How to disconnect solution from source control on TFS

后端 未结 6 1678
悲哀的现实
悲哀的现实 2020-12-15 03:27

I have a solution with solution folder and projects. Get the whole soure code from TFS in a local folder say c:\\mycodes Then copy the folder c:\\mycode to another folder c

6条回答
  •  春和景丽
    2020-12-15 03:48

    You must also edit the .sln file, because Visual Studio stores TFS Bindings mostly in this file, one line per project.

    Err, wait. You'll still use some source control, right ? Even if I'm no fan of TFS, dropping it for no source control would be a poor move.

提交回复
热议问题