<?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: Creating a Build Number With Ant and Subversion</title>
	<atom:link href="http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/</link>
	<description>Ruminations about innovation and software by Rob Di Marco</description>
	<pubDate>Wed, 07 Jan 2009 12:48:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adrian Kuhn</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-295</link>
		<dc:creator>Adrian Kuhn</dc:creator>
		<pubDate>Thu, 27 Nov 2008 02:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-295</guid>
		<description>You saved my day, epic win!</description>
		<content:encoded><![CDATA[<p>You saved my day, epic win!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Slott Hansen</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-241</link>
		<dc:creator>Morten Slott Hansen</dc:creator>
		<pubDate>Fri, 24 Oct 2008 08:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-241</guid>
		<description>The filterchain example only returns the first revision number in the entries file thus it stays the same. You need to look at the last added entry for this to work.</description>
		<content:encoded><![CDATA[<p>The filterchain example only returns the first revision number in the entries file thus it stays the same. You need to look at the last added entry for this to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udo Stark</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-227</link>
		<dc:creator>Udo Stark</dc:creator>
		<pubDate>Mon, 18 Aug 2008 08:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-227</guid>
		<description>And here the ant xml (it was removed from my previous post).

&#60;loadfile property="revisionVersion" srcFile="./.svn/entries"&#62;
  &#60;filterchain&#62;
    &#60;headfilter lines="1" skip="3"/&#62;
  &#60;/filterchain&#62;
&#60;/loadfile&#62;</description>
		<content:encoded><![CDATA[<p>And here the ant xml (it was removed from my previous post).</p>
<p>&lt;loadfile property=&#8221;revisionVersion&#8221; srcFile=&#8221;./.svn/entries&#8221;&gt;<br />
  &lt;filterchain&gt;<br />
    &lt;headfilter lines=&#8221;1&#8243; skip=&#8221;3&#8243;/&gt;<br />
  &lt;/filterchain&gt;<br />
&lt;/loadfile&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udo Stark</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-226</link>
		<dc:creator>Udo Stark</dc:creator>
		<pubDate>Fri, 15 Aug 2008 09:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-226</guid>
		<description>My suggestion if you just want to get the revision number and have no qualms to read a svn file. You need no executables an no libraries - just ant.


  
    
  
</description>
		<content:encoded><![CDATA[<p>My suggestion if you just want to get the revision number and have no qualms to read a svn file. You need no executables an no libraries - just ant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Potential Blog</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-224</link>
		<dc:creator>Potential Blog</dc:creator>
		<pubDate>Tue, 05 Aug 2008 20:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-224</guid>
		<description>&lt;strong&gt;Software Versioning...&lt;/strong&gt;

I&#8217;m trying to settle on a sensible software versioning scheme for Potential RPG. The most familiar structure is X.Y.Z, which I&#8217;m calling Generation.Feature.Incremental.
The generation is the major version of the software. A feature release ...</description>
		<content:encoded><![CDATA[<p><strong>Software Versioning&#8230;</strong></p>
<p>I&#8217;m trying to settle on a sensible software versioning scheme for Potential RPG. The most familiar structure is X.Y.Z, which I&#8217;m calling Generation.Feature.Incremental.<br />
The generation is the major version of the software. A feature release &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Di Marco</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-216</link>
		<dc:creator>Rob Di Marco</dc:creator>
		<pubDate>Tue, 15 Jul 2008 20:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-216</guid>
		<description>@Jon  Looks like a very nice solution.  Thanks.</description>
		<content:encoded><![CDATA[<p>@Jon  Looks like a very nice solution.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-215</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 15 Jul 2008 20:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-215</guid>
		<description>I’ve created an ant task which is far easier to use in order to get the revision number.
http://code.google.com/p/svntask/</description>
		<content:encoded><![CDATA[<p>I’ve created an ant task which is far easier to use in order to get the revision number.<br />
<a href="http://code.google.com/p/svntask/" rel="nofollow">http://code.google.com/p/svntask/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Di Marco</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-199</link>
		<dc:creator>Rob Di Marco</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-199</guid>
		<description>@rsvn...Do you mean how would you get the tag from the Ant file?  the exec portion of the XML will print out the version.</description>
		<content:encoded><![CDATA[<p>@rsvn&#8230;Do you mean how would you get the tag from the Ant file?  the exec portion of the XML will print out the version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsvn</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-197</link>
		<dc:creator>rsvn</dc:creator>
		<pubDate>Thu, 24 Apr 2008 17:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-197</guid>
		<description>How do I get the name of the tag that was checked out?  ie.  I want to display the tag name and revision # in my About dialog.</description>
		<content:encoded><![CDATA[<p>How do I get the name of the tag that was checked out?  ie.  I want to display the tag name and revision # in my About dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Discover From Your Favorite Topic or Web Page: gentoo-wiki.com/HOWTO_Apache2_with_subversion_SVN_</title>
		<link>http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/comment-page-1/#comment-120</link>
		<dc:creator>Discover From Your Favorite Topic or Web Page: gentoo-wiki.com/HOWTO_Apache2_with_subversion_SVN_</dc:creator>
		<pubDate>Wed, 27 Feb 2008 11:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/#comment-120</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] (ubuntu svn subversion eclipse) Bookmark &#160;[Discover] Creating a Build Number With Ant and Subversion &#124; Innovation On The Run http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/ (svn subversion [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] (ubuntu svn subversion eclipse) Bookmark &nbsp;[Discover] Creating a Build Number With Ant and Subversion | Innovation On The Run <a href="http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/" rel="nofollow">http://www.innovationontherun.com/creating-a-build-number-with-ant-and-subversion/</a> (svn subversion [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
</channel>
</rss>
