Recently I have been working with Team System/Team Foundation. Since the product is still beta, not unexpectedly, I have had some problems. As a result I have had to manually remove all trace of Team System from my solutions and projects before attempting to check them into Team System again. This tends to be a pain so I wrote the SccRemovalTool. This console application will find the solution and project files,given a path, and remove entries that indicate that the files are checked into source control. In addition, the tool will remove files with extensions of "vssscc" and "vspscc".

http://www.neudesic.com/uploads/Chris_Rolon/SccRemovalTool.zip



Chris Rolon