I’m looking for a utility that will remove SourceSafe bindings automatically given the location of the solution file. I found several mentions of this tool:
http://codebetter.com/blogs/darrell.norton/archive/2008/05/16/sourcesafe-binding-remover.aspx
That looks like exactly what I need – deletes .scc files and modifies .sln and .*proj files. However, I can’t figure out how to actually get the utility – the attachment on that post seems to not actually be there.
Does anyone have a copy of this tool or know where I can find something similar before I rewrite it myself? I have 137 solutions to de-bind so doing this manually is not an attractive option.
I wrote this type of utility not too long ago and you are on the right track with what needs to be done.
Here’s some code to get you started. It should work for all .Net projects (VS 2003 – VS 2008) including deployment projects:
Deleting VSS files
Editing sln files
Editing proj files