<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Generating ANT build numbers using subversion</title>
	<atom:link href="http://techblog.41concepts.com/2009/05/08/generating-ant-build-numbers-using-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.41concepts.com/2009/05/08/generating-ant-build-numbers-using-subversion/</link>
	<description>A software development blog from 41concepts</description>
	<lastBuildDate>Fri, 25 Nov 2011 06:16:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Quinn Taylor</title>
		<link>http://techblog.41concepts.com/2009/05/08/generating-ant-build-numbers-using-subversion/#comment-680</link>
		<dc:creator><![CDATA[Quinn Taylor]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 19:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.41concepts.com/?p=38#comment-680</guid>
		<description><![CDATA[The XML in my previous comment got stripped. Basically, exec the executable &#039;bash&#039;, and pass two nested arg elements to the exec:

value=&quot;-c&quot;
line=&quot;svnversion -c ${rootbasedir} &#124; cut -d : -f 2&quot;

This tells bash to execute the entire string, and the output of svnversion gets piped to cut, which slices off only the part we care about.]]></description>
		<content:encoded><![CDATA[<p>The XML in my previous comment got stripped. Basically, exec the executable &#8216;bash&#8217;, and pass two nested arg elements to the exec:</p>
<p>value=&#8221;-c&#8221;<br />
line=&#8221;svnversion -c ${rootbasedir} | cut -d : -f 2&#8243;</p>
<p>This tells bash to execute the entire string, and the output of svnversion gets piped to cut, which slices off only the part we care about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quinn Taylor</title>
		<link>http://techblog.41concepts.com/2009/05/08/generating-ant-build-numbers-using-subversion/#comment-679</link>
		<dc:creator><![CDATA[Quinn Taylor]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 19:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.41concepts.com/?p=38#comment-679</guid>
		<description><![CDATA[I took a much simpler approach, using the `cut` command using &#039;:&#039; as a delimiter.


	
	


http://www.manpagez.com/man/1/bash
http://www.manpagez.com/man/1/cut]]></description>
		<content:encoded><![CDATA[<p>I took a much simpler approach, using the `cut` command using &#8216;:&#8217; as a delimiter.</p>
<p><a href="http://www.manpagez.com/man/1/bash" rel="nofollow">http://www.manpagez.com/man/1/bash</a><br />
<a href="http://www.manpagez.com/man/1/cut" rel="nofollow">http://www.manpagez.com/man/1/cut</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

