Source Control

  • Thread starter Thread starter Brian Patterson
  • Start date Start date
B

Brian Patterson

Has anyone ever worked on an application that was in a Source Control system
and later wished they had a copy without all the source control binding
information? It's a pain in the butt having to dig though the project and
solution files removing lines of code so Visual Studio doesn't associate the
project with a source control server.

I made a simple little program the other day that - you point at a directory
and it does a recurrsive search removing all source control binding
information. Pretty handy and saves a ton of time on large solutions with
several projects. If anyone is interested let me know and I'll send the
download link to ya.

Brian Patterson

(and in case you are wondering - Yeah - it's free....)

NOTE: To email me directly - remove all uppercase characters from my email
address.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top