<?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; svn</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/svn/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>
		<item>
		<title>Free resources &#8211; Open source code management related</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/08/free-resources-open-source-code-management-related.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/08/free-resources-open-source-code-management-related.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 09:15:49 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Free Download]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[free downloads]]></category>
		<category><![CDATA[free manual]]></category>
		<category><![CDATA[free resources]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=645</guid>
		<description><![CDATA[Code Revision, Code Management Subversion (Tigris) Download http://subversion.tigris.org/getting.html Open Source Version Control Book http://svnbook.red-bean.com/ Git Distributed Open Source Version Control Download http://git-scm.com/download Git Man Page http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html CVS Download http://www.nongnu.org/cvs/ CVS Help http://ximbiot.com/cvs/manual/]]></description>
			<content:encoded><![CDATA[<p><strong>Code Revision, Code Management</strong></p>
<p><strong>Subversion (Tigris) Download</strong><br />
<a href="http://subversion.tigris.org/getting.html" target="_blank">http://subversion.tigris.org/getting.html</a></p>
<p><strong>Open Source Version Control Book</strong><br />
<a href="http://svnbook.red-bean.com/"  target="_blank">http://svnbook.red-bean.com/</a></p>
<p><strong>Git Distributed Open Source Version Control Download</strong><br />
<a href="http://git-scm.com/download"  target="_blank">http://git-scm.com/download</a></p>
<p><strong>Git Man Page</strong><br />
<a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html"  target="_blank">http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html</a></p>
<p><strong>CVS Download</strong><br />
<a href="http://www.nongnu.org/cvs/ "  target="_blank">http://www.nongnu.org/cvs/ </a></p>
<p><strong>CVS Help</strong><br />
<a href="http://ximbiot.com/cvs/manual/"  target="_blank">http://ximbiot.com/cvs/manual/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/08/free-resources-open-source-code-management-related.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion SVN: Project organization</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/04/subversion-svn-project-organization.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/04/subversion-svn-project-organization.html#comments</comments>
		<pubDate>Fri, 10 Apr 2009 02:42:23 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[subversion centos]]></category>
		<category><![CDATA[subversion creating branch tags trunk]]></category>
		<category><![CDATA[subversion folder structure]]></category>
		<category><![CDATA[subversion project organization]]></category>
		<category><![CDATA[subversion selinux]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=207</guid>
		<description><![CDATA[Subversion Project Organization: Intro When organizing the repository structure for maintaining the code base, system admins adopt two basic formats for Project organization in subversion. This depends on the needs of the project and it can be varied over a period of time, depending on the scope defined for the code base. Subversion is very [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Subversion Project Organization: Intro</strong></p>
<p>When organizing the repository structure for maintaining the code base, system admins adopt two basic formats for Project organization in subversion. This depends on the needs of the project and it can be varied over a period of time, depending on the scope defined for the code base. Subversion is very flexible in handling these changes and is easier to maintain than most other products in the market.<span id="more-207"></span></p>
<p><strong>Subversion: Folder Organization</strong></p>
<p><strong>SVN: First organization is to allow multiple projects which are loosely tied together.</strong></p>
<p>/var/www/svn</p>
<p>/var/www/svn/repos1<br />
<em>/var/www/svn/repos1/conf/<br />
/var/www/svn/repos1/db/<br />
/var/www/svn/repos1/hooks/<br />
/var/www/svn/repos1/locks/<br />
/var/www/svn/repos1/format</em><br />
/var/www/svn/repos1/branches<br />
/var/www/svn/repos1/trunk<br />
/var/www/svn/repos1/tags</p>
<p>/var/www/svn/repos2<br />
/var/www/svn/repos2/branches<br />
/var/www/svn/repos2/trunk<br />
/var/www/svn/repos2/tags</p>
<p><strong>SVN: Second organization is to have projects organized which are tied to each other. A change or revision in one project is reflected in the other projects as well.</strong></p>
<p>/var/www/svn<br />
/var/www/svn/branches<br />
/var/www/svn/trunk<br />
/var/www/svn/tags<br />
/var/www/svn/project1<br />
/var/www/svn/project2</p>
<p>These two organization form the basis for the other trees that may grow for managing a project or multitude of projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/04/subversion-svn-project-organization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

