<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual Studio Hacks &#187; Source Control</title>
	<atom:link href="http://visualstudiohacks.com/category/source-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualstudiohacks.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 23:09:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SccSwitch</title>
		<link>http://visualstudiohacks.com/source-control/sccswitch/</link>
		<comments>http://visualstudiohacks.com/source-control/sccswitch/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 21:23:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Source Control]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://vsh.infozerk.net/?p=27</guid>
		<description><![CDATA[Overview
Visual Studio provides a common interface that source contorl providers can use to write their own source control providers. This means you can use any number of source control systems through the same familiar Visual [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>Overview</h2>
<p>Visual Studio provides a common interface that source contorl providers can use to write their own source control providers. This means you can use any number of source control systems through the same familiar Visual Studio interface. The problem is that until Visual Studio 2005 there is no easy way to switch the source control provider, that is where this tool comes in. The simple interface of this tool can be seen here:</p>
<p><img src="/files/media/image/sccswitch1.jpg" alt="" /></p>
<p>All you need to do is simply check the checkbox next to the source code provider you want to enable and click the Update button.</p>
<p><a href="http://cid-0d9bc809858885a4.skydrive.live.com/self.aspx/DevHawk%20Content/Articles/SccSwitch.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visualstudiohacks.com/source-control/sccswitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SourceSafe Bindings Remover</title>
		<link>http://visualstudiohacks.com/source-control/sourcesafe-bindings-remover/</link>
		<comments>http://visualstudiohacks.com/source-control/sourcesafe-bindings-remover/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 21:17:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Source Control]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://vsh.infozerk.net/?p=26</guid>
		<description><![CDATA[After you added a solution to source control in Visual Studio there is no easy way to completely remove the source control from that project. You can detach the project, or work in offline mode, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After you added a solution to source control in Visual Studio there is no easy way to completely remove the source control from that project. You can detach the project, or work in offline mode, but if you were moving to another source control system (CVS, Subversion, etc) or wanted to distribute your code the first thing you should do is remove all the sourcesafe bindings from that project. A quick and easy way to do this is using the SourceSafe Binding Remover tool.</p>
<p>The simple interface can be seen here:</p>
<p><img src="/files/media/image/ssbremover1.gif" alt="" /></p>
<p>You simply need to point the tool to your solution&#8217;s directory and it will do the rest. If you want to preview the changes that will be made simply press the &#8220;Remove SourceSafe Bindings&#8221; button without checking the &#8220;Remove Bindings?&#8221; checkbox. You can then check the checkbox when you are ready to remove all of the bindings from your files. This tool will modify the solution files, project files, as well as delete any source control specific files (.scc, .vssscc).</p>
<p><hr size="2" />The SourceSafe Bindings Remover was written by <a href="http://codebetter.com/blogs/darrell.norton/default.aspx">Darrell Norton.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visualstudiohacks.com/source-control/sourcesafe-bindings-remover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TraySource</title>
		<link>http://visualstudiohacks.com/source-control/traysource/</link>
		<comments>http://visualstudiohacks.com/source-control/traysource/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 21:11:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Source Control]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://vsh.infozerk.net/?p=25</guid>
		<description><![CDATA[
Quickly switch between source control providers using this application that lives in your system tray. As you can see from the image above all you have to do is right-click on the tray icon and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="/files/media/image/traysource.gif" alt="" /></p>
<p>Quickly switch between source control providers using this application that lives in your system tray. As you can see from the image above all you have to do is right-click on the tray icon and then select the source control provider that you would like to use. This is a great utility for people who are constantly switching between source code providers.</p>
<p><a href="http://www.beckerx.com/Software/">Homepage</a></p>
<p><a href="http://www.beckerx.com/Software/TraySource.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visualstudiohacks.com/source-control/traysource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
