<?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>BasementJack &#187; Subversion</title>
	<atom:link href="http://basementjack.com/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://basementjack.com</link>
	<description>Jack&#039;s basement and some other stuff...</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:28:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Version Control with Subversion</title>
		<link>http://basementjack.com/uncategorized/version-control-with-subversion/</link>
		<comments>http://basementjack.com/uncategorized/version-control-with-subversion/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:26:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://basementjack.com/?p=64</guid>
		<description><![CDATA[I use Subversion at home to keep my projects in order. Subversion, being free, and lacking a marketing team, can be a real pain to get into -there are different versions of it out there, built by different groups etc&#8230; The combination I&#8217;ve settled on so far is: Server: I use the free VisualSVN server [...]]]></description>
			<content:encoded><![CDATA[<p>I use Subversion at home to keep my projects in order.<br />
Subversion, being free, and lacking a marketing team, can be a real pain to get into -there are different versions of it out there, built by different groups etc&#8230;</p>
<p>The combination I&#8217;ve settled on so far is:</p>
<p>Server: I use the free VisualSVN server at www.visualsvn.com<br />
VisualSVN server basically takes Subversion and turns it into a nicely packaged windows service and MMC management plug in. It takes 2 minutes to install, 1 minute to configure.</p>
<p>Client: For the client, I use 2 pieces: TortoiseSVN (http://tortoisesvn.tigris.org/) Tortoise adds shell integration to windows to support subversion &#8211; what this means is that any folder on your system can be added to version control. There are a few commands that took some getting used to, but overall a very nice experience.</p>
<p>Visual Studio integration: the VisualSVN folks make a nice Visual Studio add on, but unfortunately they charge money for it &#8211; a lot of money &#8211; $50. Now $50 isn&#8217;t bad if you&#8217;re just buying one copy, but one of the benefits of knowing and using open source free software is that moment at work when you give your boss a nice alternative to sourcesafe that won&#8217;t cost the company a penny. That whole sales pitch goes out the window if they need to buy 50 copies of an add in for $50 a piece.  So I use AnkhSVN. (http://ankhsvn.open.collab.net/)  When I started with it, it was a bit rough going, the official release didn&#8217;t work for me, but the latest nightly build at the time did. I&#8217;m sure by now the current release works just fine, but if you have problems, don&#8217;t give up, try a nightly build.</p>
<p>If all the nice gui stuff isn&#8217;t for you, Coding horror has a nice article on setting up basic subversion server usng text commands:</p>
<p>http://www.codinghorror.com/blog/archives/001093.html</p>
]]></content:encoded>
			<wfw:commentRss>http://basementjack.com/uncategorized/version-control-with-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

