<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What&#8217;s your favorite Subversion repository organization scheme?</title>
	<atom:link href="http://www.tntechnohermit.com/2009/05/17/whats-your-favorite-subversion-repository-organization-scheme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tntechnohermit.com/2009/05/17/whats-your-favorite-subversion-repository-organization-scheme/</link>
	<description>Random Thoughts of a Techno-Hermit</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:07:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dan Skaggs</title>
		<link>http://www.tntechnohermit.com/2009/05/17/whats-your-favorite-subversion-repository-organization-scheme/comment-page-1/#comment-249</link>
		<dc:creator>Dan Skaggs</dc:creator>
		<pubDate>Tue, 19 May 2009 00:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://dan.skaggsfamily.ws/?p=231#comment-249</guid>
		<description>@Mark...That&#039;s an interesting method. It&#039;s kind of a half-way point between the two schemes that I had outline. I have several different clients each with 1-5 projects so that makes for a pretty good number of subversion repositories set up in Subclipse. With your method, I could still keep things organized but reduce the number of repositories necessary.

@Jim I&#039;ve been operating under 1 repo per project now too. I&#039;d not thought about the &quot;going wrong&quot; part of the repo. As important as it is to have a good backup scheme, I could see where it would be even more important to have an airtight backup scheme with the one master repo scheme.

@Michael Thanks for the recommendation.  I&#039;ll definitely check that out.</description>
		<content:encoded><![CDATA[<p>@Mark&#8230;That&#8217;s an interesting method. It&#8217;s kind of a half-way point between the two schemes that I had outline. I have several different clients each with 1-5 projects so that makes for a pretty good number of subversion repositories set up in Subclipse. With your method, I could still keep things organized but reduce the number of repositories necessary.</p>
<p>@Jim I&#8217;ve been operating under 1 repo per project now too. I&#8217;d not thought about the &#8220;going wrong&#8221; part of the repo. As important as it is to have a good backup scheme, I could see where it would be even more important to have an airtight backup scheme with the one master repo scheme.</p>
<p>@Michael Thanks for the recommendation.  I&#8217;ll definitely check that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Henke</title>
		<link>http://www.tntechnohermit.com/2009/05/17/whats-your-favorite-subversion-repository-organization-scheme/comment-page-1/#comment-247</link>
		<dc:creator>Michael Henke</dc:creator>
		<pubDate>Mon, 18 May 2009 04:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://dan.skaggsfamily.ws/?p=231#comment-247</guid>
		<description>checkout this book for some subversion setup case studies http://tinyurl.com/oanvgx</description>
		<content:encoded><![CDATA[<p>checkout this book for some subversion setup case studies <a href="http://tinyurl.com/oanvgx" rel="nofollow">http://tinyurl.com/oanvgx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Priest</title>
		<link>http://www.tntechnohermit.com/2009/05/17/whats-your-favorite-subversion-repository-organization-scheme/comment-page-1/#comment-246</link>
		<dc:creator>Jim Priest</dc:creator>
		<pubDate>Mon, 18 May 2009 01:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://dan.skaggsfamily.ws/?p=231#comment-246</guid>
		<description>I&#039;ve always been a fan of one project per repository.  My big fear of multiple projects in one repo is if anything goes wrong - it goes wrong for everything :)

That said we&#039;re using JIRA now and slowly moving to one massive repo so the pointy-hair management people can pull useful info out of JIRA/SVN.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always been a fan of one project per repository.  My big fear of multiple projects in one repo is if anything goes wrong &#8211; it goes wrong for everything :)</p>
<p>That said we&#8217;re using JIRA now and slowly moving to one massive repo so the pointy-hair management people can pull useful info out of JIRA/SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Jones</title>
		<link>http://www.tntechnohermit.com/2009/05/17/whats-your-favorite-subversion-repository-organization-scheme/comment-page-1/#comment-245</link>
		<dc:creator>Mark Jones</dc:creator>
		<pubDate>Mon, 18 May 2009 00:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://dan.skaggsfamily.ws/?p=231#comment-245</guid>
		<description>I handle multiple clients at my job, so we do a little of both; every client has their own repository with all their projects sharing it.  This way we can move each client&#039;s repo somewhere else (or hand it over to the client) without having to hand over other clients&#039; data.

We don&#039;t currently integrate with external apps like Trac though, so if there&#039;s a reason to split every project into its own repo, I don&#039;t see the harm of it.  it&#039;ll help keep the individual repo sizes as small as possible, which could be useful if you need to move / split things up ever.</description>
		<content:encoded><![CDATA[<p>I handle multiple clients at my job, so we do a little of both; every client has their own repository with all their projects sharing it.  This way we can move each client&#8217;s repo somewhere else (or hand it over to the client) without having to hand over other clients&#8217; data.</p>
<p>We don&#8217;t currently integrate with external apps like Trac though, so if there&#8217;s a reason to split every project into its own repo, I don&#8217;t see the harm of it.  it&#8217;ll help keep the individual repo sizes as small as possible, which could be useful if you need to move / split things up ever.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

