visual source safe - how to remove bindings from solution w/o opening in visual studio

后端 未结 5 2028
轻奢々
轻奢々 2020-12-30 08:30

Does anyone know of a good way to remove vss source control bindings for a visual studio 2005 and 2008 solution without opening it in visual studio?

I used to use: <

5条回答
  •  轮回少年
    2020-12-30 09:16

    I got this to work by editing the solution file as well as deleting the *.*scc files.

    Here's what I removed from the solution file:

    Under the section:

    ProjectSection(WebsiteProperties) = preProject
    

    I removed the following 4 lines:

            SccProjectName = ""$/HOS_amend.root/HOS", ENWBAAAA"
            SccAuxPath = ""
            SccLocalPath = ".."
            SccProvider = "MSSCCI:Microsoft Visual SourceSafe"
    

    Also removed the entire section:

    GlobalSection(SourceCodeControl) = preSolution
    

    After doing this when I open the solution I get the prompt with the option to "permanently remove bindings".

提交回复
热议问题