This post originated from an RSS feed registered with .NET Buzz
by Darrell Norton.
Original Post: SourceSafe Binding Remover tool
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
I created a new little tool. It removes all SourceSafe bindings from a selected folder, including subfolders. It displays the file names, and won't delete unless the checkbox is checked so you can see if any important files would be deleted. There is no option to selectively remove files from the list to be deleted.
SourceSafe bindings are plain text files ending in scc, either .scc or .vssscc, but the pattern matches any file with an extension ending in *scc. You can change the pattern match in the application config file (need to include the * for wildcard matches).