How to disconnect solution from source control on TFS

后端 未结 6 1677
悲哀的现实
悲哀的现实 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:44

    I often need to take solutions or projects out of TFS source control to send to clients without and source control bindings left behind. I use a utility from CodePlex to acheive the job. PLease refer to my blog post "How to Permanently Remove TFS Source Control Bindings from Visual Studio Solutions (VS2012)" http://camerondwyer.wordpress.com/2012/11/07/how-to-permanently-remove-tfs-source-control-binding-from-visual-studio-solutions-vs2012/

提交回复
热议问题