Benny
Benny

Reputation: 8815

Is there a plugin for visual studio that can remove source control binding?

when opening a solution from a visual studio w/o source control, visual studio just complains about every project in the solution that can't be register with source control, when the number of project is big, it's really annoying.

Upvotes: 0

Views: 632

Answers (2)

zz-sergant
zz-sergant

Reputation: 311

I've just released HgSccPackage v1.3.3 which have an option to add or remove Scc bindings from projects and solution. Use menu File->Change Scc Bindings, then select projects to remove Scc bindings in the list and press unbind button.

You can download it here: http://bitbucket.org/zzsergant/hgsccpackage/downloads/

Upvotes: 1

Sky Sanders
Sky Sanders

Reputation: 37084

Not a plugin but will do the job nonetheless:

Jeff Atwood's Clean Sources Plus and it's successor TreeTrim

Upvotes: 1

Related Questions