<?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"
	>
<channel>
	<title>Comments on: Zdot Podcast : Why Subversion Rocks</title>
	<atom:link href="http://www.bieberlabs.com/archives/2005/07/24/zdot-podcast-why-subversion-rocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bieberlabs.com/archives/2005/07/24/zdot-podcast-why-subversion-rocks/</link>
	<description>Looking for the practical in a world full of cruft</description>
	<pubDate>Mon, 21 Jul 2008 00:04:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Ed Gibbs</title>
		<link>http://www.bieberlabs.com/archives/2005/07/24/zdot-podcast-why-subversion-rocks/#comment-439</link>
		<dc:creator>Ed Gibbs</dc:creator>
		<pubDate>Tue, 26 Jul 2005 02:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/?p=364#comment-439</guid>
		<description>Thanks for the fuller explanation.  Sounds like it was a really nasty manual process.  This just pushes me a little further towards swapping out Subversion for CVS in my shop.  

We have a much simpler build/deploy cycle for even our largest products so we probably wouldn't see a 92% improvement, but any little improvement helps.</description>
		<content:encoded><![CDATA[<p>Thanks for the fuller explanation.  Sounds like it was a really nasty manual process.  This just pushes me a little further towards swapping out Subversion for CVS in my shop.  </p>
<p>We have a much simpler build/deploy cycle for even our largest products so we probably wouldn&#8217;t see a 92% improvement, but any little improvement helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Bieber</title>
		<link>http://www.bieberlabs.com/archives/2005/07/24/zdot-podcast-why-subversion-rocks/#comment-438</link>
		<dc:creator>Ron Bieber</dc:creator>
		<pubDate>Mon, 25 Jul 2005 12:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/?p=364#comment-438</guid>
		<description>The calculation is a labor calculation and  signifies the reduction in man hours required to manage a build and deploy process for a rather large software application that was, for all intents and purposes, extremely manual.   The amount of automation we added was significant, and included software we wrote internally that works alongside the CruiseControl and Subversion programs to manage the actual deployment of the software and provide the ability to abstract and wrap in a GUI the functions of branching the source base and keeping track of what build is in what environment at a given time.   

Unfortunately, we do not have the ability to release these applications as open source, even though I would love to.  However, the supplemental software was written in a mix of open source languages including &lt;a href="http://www.php.net"&gt;PHP&lt;/a&gt;, &lt;a href="http://www.perl.com"&gt;PERL&lt;/a&gt;, &lt;a href="http://www.python.org"&gt;Python&lt;/a&gt;, &lt;a href="http://jakarta.apache.org/tomcat/index.html"&gt;Java/Tomcat&lt;/a&gt; and &lt;a href="http://gcc.gnu.org/"&gt;C&lt;/a&gt; (all of which figure into another calculation of licensing cost avoidance that has not been done as of yet).   The eclectic use of languages reflects what I or one of my direct reports were actually learning at the time the software was being developed.

When you have a highly manual process with a lot of wasted man hours, its pretty easy to hit a 92% number.

The effect Subversion had on our environment is documented on the &lt;a href="http://subversion.tigris.org/testimonials.html"&gt;Subversion Testimonial page&lt;/a&gt;.   This is still pretty non-specific as to the activities we actually performed, but does give some more information as to the advantages we found in Subversion over CVS, including the reduction in build times we experienced.

Subversion and CruiseControl weren't the full solution that enabled the labor reduction, however they were key components.</description>
		<content:encoded><![CDATA[<p>The calculation is a labor calculation and  signifies the reduction in man hours required to manage a build and deploy process for a rather large software application that was, for all intents and purposes, extremely manual.   The amount of automation we added was significant, and included software we wrote internally that works alongside the CruiseControl and Subversion programs to manage the actual deployment of the software and provide the ability to abstract and wrap in a GUI the functions of branching the source base and keeping track of what build is in what environment at a given time.   </p>
<p>Unfortunately, we do not have the ability to release these applications as open source, even though I would love to.  However, the supplemental software was written in a mix of open source languages including <a href="http://www.php.net">PHP</a>, <a href="http://www.perl.com">PERL</a>, <a href="http://www.python.org">Python</a>, <a href="http://jakarta.apache.org/tomcat/index.html">Java/Tomcat</a> and <a href="http://gcc.gnu.org/">C</a> (all of which figure into another calculation of licensing cost avoidance that has not been done as of yet).   The eclectic use of languages reflects what I or one of my direct reports were actually learning at the time the software was being developed.</p>
<p>When you have a highly manual process with a lot of wasted man hours, its pretty easy to hit a 92% number.</p>
<p>The effect Subversion had on our environment is documented on the <a href="http://subversion.tigris.org/testimonials.html">Subversion Testimonial page</a>.   This is still pretty non-specific as to the activities we actually performed, but does give some more information as to the advantages we found in Subversion over CVS, including the reduction in build times we experienced.</p>
<p>Subversion and CruiseControl weren&#8217;t the full solution that enabled the labor reduction, however they were key components.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark W. Shead</title>
		<link>http://www.bieberlabs.com/archives/2005/07/24/zdot-podcast-why-subversion-rocks/#comment-437</link>
		<dc:creator>Mark W. Shead</dc:creator>
		<pubDate>Mon, 25 Jul 2005 02:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/?p=364#comment-437</guid>
		<description>&lt;strong&gt;Why Subversion Rocks&lt;/strong&gt;

	This guy says that using Subversion and Cruisecontrol cut their costs by 92%.  It would be interesting to see how he calculated this.  Regardless, it is amazing how many quality tools are available for free now.
	Why Subversion Rocks
In a recent study...</description>
		<content:encoded><![CDATA[<p><strong>Why Subversion Rocks</strong></p>
<p>	This guy says that using Subversion and Cruisecontrol cut their costs by 92%.  It would be interesting to see how he calculated this.  Regardless, it is amazing how many quality tools are available for free now.<br />
	Why Subversion Rocks<br />
In a recent study&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Gibbs</title>
		<link>http://www.bieberlabs.com/archives/2005/07/24/zdot-podcast-why-subversion-rocks/#comment-436</link>
		<dc:creator>Ed Gibbs</dc:creator>
		<pubDate>Sun, 24 Jul 2005 18:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bieberlabs.com/wordpress/?p=364#comment-436</guid>
		<description>We've adopted an automated build process with CruiseControl and we're in process of rolling it out to all our web projects including the smaller 1-2 developer projects.  I'd love to see a post explaining how you got to the figure of about 92% cost reduction.  Being able to quantify these practices is always a big help.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve adopted an automated build process with CruiseControl and we&#8217;re in process of rolling it out to all our web projects including the smaller 1-2 developer projects.  I&#8217;d love to see a post explaining how you got to the figure of about 92% cost reduction.  Being able to quantify these practices is always a big help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
