<?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; subversion creating branch tags trunk</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/subversion-creating-branch-tags-trunk/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>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>

