[Click the icon to mark it as a star Note] How to completely cancel the VSS binding (association) Information in vc6

Source: Internet
Author: User
Server: vss2005 (vss8, vss6) Client: vc6.0 + vss2005 Problem description: how to remove (cancel) a project or project created by vc6 after it is bound to a project in VSS) this binding (association) relationship. 1. Delete mssccprj. scc2under the VC project directory and change the read-only attribute of the VC project directory. 3. use NotePad to edit the X in the VC project directory. the DSP file contains some content such as "# prop scc_projname" and deletes all these lines. for vs2003 (2005) and other projects bound to vss6 (vss8), you can refer

Today, when I open a program of someone else, I always prompt that I want to connect to the source code management server. Of course, the source code server used by this program cannot be connected, and it looks quite uncomfortable, the source code management information is deleted.

After the solution directory and the project directory are deleted:
Mssccprj. SCC, engineering name. vssscc, vssver. SCC, project name. csproj. vspscc
After these four types of files are opened, the following error is reported.

The solution appears to be under source control, but its binding
Information cannot be found. It is possible that the mssccprj. SCC File
Or another item that holds the source control settings for the solution,
Has been deleted. Because it is not possible to recover this missing
Information automatically, the projects whose bindings are missing will
Be treated as not under source control.

Go to the project name. csproj file of each project file. We can see the code similar to the following at the beginning:

<CSHARP
Projecttype = "Web"
Productversion = "7.10.3077"
Schemaversion = "2.0"
Projectguid = "{2cbb68b7-fe78-4cef-981b-6a0529a32889 }"
Sccprojectname = "SAK"
Scclocalpath = "SAK"
Sccauxpath = "SAK"
Sccprovider = "SAK"
>

Delete the following configuration information:
Sccprojectname = "SAK"
Scclocalpath = "SAK"
Sccauxpath = "SAK"
Sccprovider = "SAK"

OK, the world is quiet. Every time you open the solution, you won't see any annoying source code information.

Sort out the source code management information of vss6,
We want to delete the following four types of files under the solution directory and under each project directory:
Mssccprj. SCC, engineering name. vssscc, vssver. SCC, project name. csproj. vspscc
Modify the project name. csproj file and delete the VSS configuration information.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.