<?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>Kurinchi Blogger Scribbles ... &#187; version control system</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/version-control-system/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Choosing version control system (VCS): Git vs Subversion</title>
		<link>http://kurinchilamp.kurinchilion.com/2010/02/choosing-version-control-system-vcs-git-vs-subversion.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2010/02/choosing-version-control-system-vcs-git-vs-subversion.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 06:49:02 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[copyfree]]></category>
		<category><![CDATA[copyleft]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[vcs]]></category>
		<category><![CDATA[version control system]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/2010/02/choosing-version-control-system-vcs-git-vs-subversion.html</guid>
		<description><![CDATA[Git - Distributed repository system (adaptive work flow models) - Source control taxonomy: DAG storage - URI to git directory is where the repository is stored and it always has branches and tags - Repository root folder contains a .git directory which maintains file history - Scalability - Faster, Efficient branching and merging - License: [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Git</strong></p>
<p>- Distributed repository system (adaptive work flow models)<br />
- Source control taxonomy: DAG storage<br />
- URI to git directory is where the repository is stored and it always has branches and tags<br />
- Repository root folder contains a .git directory which maintains file history<br />
- Scalability<br />
- Faster, Efficient branching and merging<br />
- License: Copyleft</p>
<p><strong>Subversion (SVN)</strong></p>
<p>- Centralized repository system<br />
- Source control taxonomy: Delta storage<br />
- URI to a subversion depository most commonly adopts /trunks, /branches and /tags directories<br />
- Each folder maintains a .svn directory to store the file history<br />
- Not efficient in scaling<br />
- Not efficient in branching and merging<br />
- License: Copyfree</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2010/02/choosing-version-control-system-vcs-git-vs-subversion.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

