<?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>YeoSoft &#187; svn</title>
	<atom:link href="http://www.yeosoft.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yeosoft.com</link>
	<description></description>
	<lastBuildDate>Sun, 11 Jul 2010 00:31:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.yeosoft.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Subversion</title>
		<link>http://www.yeosoft.com/2009/07/06/subversion/</link>
		<comments>http://www.yeosoft.com/2009/07/06/subversion/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 23:53:48 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control system]]></category>

		<guid isPermaLink="false">http://www.yeosoft.com/?p=78</guid>
		<description><![CDATA[Subversion is a version control system.  A version control system enables developers to checkpoint projects during development to use a a backup, as well as a way to ensure consistancy in the build process.  We installed subversion before we started any work on any of our applications.
Subversion allows our developers to checkpoint their work when [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://subversion.tigris.org/">Subversion</a> is a version control system.  A version control system enables developers to checkpoint projects during development to use a a backup, as well as a way to ensure consistancy in the build process.  We installed subversion before we started any work on any of our applications.</p>
<p>Subversion allows our developers to checkpoint their work when they reach certain milestones.  For example, once they implement a feature, they can check in their code, to ensure that they are able to return to that point.  This is useful for several reasons.</p>
<ol>
<li>A developer is able to revert, &#8220;check out&#8221;, back to a known good version of the source tree when needed.</li>
<li>A source control system enables our team of developers to share a common code base, and work together on applications.</li>
</ol>
<p>We use a subversion server that is offsite, so in addition to the above benefits, we have an offsite backup of our source tree.  For security reasons, we don&#8217;t access the server through the subversion protocol, but we tunnel all requests over ssh. Each of our developers generates a ssh key pair, and we install the public key on the subversion server.</p>
<p><a href="http://developer.apple.com/tools/xcode/index.html">XCode</a> has built-in integration with subversion. So, once the repository was checked out, it is very easy to set this up.</p>
<p>Here are some other pages (<a href="http://howtomakeiphoneapps.com/2009/07/is-your-source-code-protected/">1</a>, <a href="http://www.petefreitag.com/item/531.cfm">2</a>) that reference subversion and source control systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yeosoft.com/2009/07/06/subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
