[tool] Remove source control bindings from a VS.NET 2003 Solution or Project

We recently gave up on trying to use SCC bindings in VS.NET 2003. We're using SourceGear Vault in CVS style checkout mode, which means you merge on checkin instead of lock on checkout. Yep, we're optimists, and optimistic locks are more our speed. Unfortunately, VS.NET's source code control doesn't play well with that at all.

This tool on CodeProject did a great job of removing all SCC bindings:

If you'd rather script this kind of thing, there's a comment on this page with a Javascript file that supposedly does the same thing.

Cool side effect - projects load about 10 times faster now.

2 Comments

Comments have been disabled for this content.