Saveen Reddy's blog - A Tool to Remove Source Control Bindings from Visual Studio Solutions and Projects
"Ever need to share your Visual Studio solution or projects with someone?
You ZIP up a folder with your code and send it. If your project is under source control – one that is integrated with Visual Studio – you will likely hear from the recipient of your code. They will be complaining that the get weird warnings from Visual Studio when they load the solution and projects.
What we need is a simple way to strip out all the source control bindings before we distribute the code.
Fortunately I spend a few hours creating one. It is called VSUnbindSourceControl and it is now on codeplex: https://vsunbindscc.codeplex.com/
More details are at the CodePlex Project, but the short summary of usage is this.
- Copy your solution to a new directory (because the tool does modify files)
- Run this command: VSUnbindSourceControl.exe d:\myfolder
..."
I find it interesting how this kind of utility seems to come around every so often (Sounds like a good candidate for inclusion in VS or as a power tool...). I first highlighted a like utility back in 2005 (almost to the day, which is kind of weird), Clean Sources Plus Utility. Then again in 2006, SolutionZipper - VS2005 Addin to Clean and Zip in One Step and more recently in 2011, Sharing your Visual Studio Projects cleanly with CleanProject.
Anyway, options are good and things, and VS versions, so another choice is okay. Plus being source available is nice... :)
Related Past Post XRef:
Sharing your Visual Studio Projects cleanly with CleanProject
SolutionZipper - VS2005 Addin to Clean and Zip in One Step
Clean Sources Plus Utility
No comments:
Post a Comment
NOTE: Anonymous Commenting has been turned off for a while... The comment spammers are just killing me...
ALL comments are moderated. I will review every comment before it will appear on the blog.
Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...
I reserve, and will use, the right to not approve ANY comment for ANY reason. I will not usually, but if it's off topic, spam (or even close to spam-like), inflammatory, mean, etc, etc, well... then...
Please see my comment policy for more information if you are interested.
Thanks,
Greg
PS. I am proactively moderating comments. Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...