<?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: Subversion Revision Number in NAnt</title>
	<atom:link href="http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/feed/" rel="self" type="application/rss+xml" />
	<link>http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/</link>
	<description>simon steele writes about stuff...</description>
	<lastBuildDate>Sun, 09 Oct 2011 17:28:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alessandro</title>
		<link>http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/comment-page-1/#comment-42634</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Thu, 25 Sep 2008 09:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/#comment-42634</guid>
		<description>!-- Retrieve subversion revision number --&gt;
echo message=&quot;Retrieving Subversion revision number&quot;/&gt;
property name=&quot;svn.revision&quot; value=&quot;0&quot;/&gt;
exec
	program=&quot;svn&quot;
	commandline=&#039;info --revision HEAD --xml&#039;
	output=&quot;${src.dir}\_revision.xml&quot;
	failonerror=&quot;false&quot;/&gt;
xmlpeek
	file=&quot;${src.dir}\_revision.xml&quot;
	xpath=&quot;/info/entry/commit/@revision&quot;
	property=&quot;svn.revision&quot;
	failonerror=&quot;false&quot;/&gt;
echo message=&quot;Using Subversion revision number: ${svn.revision}&quot;/&gt;</description>
		<content:encoded><![CDATA[<p>!&#8211; Retrieve subversion revision number &#8211;&gt;<br />
echo message=&#8221;Retrieving Subversion revision number&#8221;/&gt;<br />
property name=&#8221;svn.revision&#8221; value=&#8221;0&#8243;/&gt;<br />
exec<br />
	program=&#8221;svn&#8221;<br />
	commandline=&#8217;info &#8211;revision HEAD &#8211;xml&#8217;<br />
	output=&#8221;${src.dir}\_revision.xml&#8221;<br />
	failonerror=&#8221;false&#8221;/&gt;<br />
xmlpeek<br />
	file=&#8221;${src.dir}\_revision.xml&#8221;<br />
	xpath=&#8221;/info/entry/commit/@revision&#8221;<br />
	property=&#8221;svn.revision&#8221;<br />
	failonerror=&#8221;false&#8221;/&gt;<br />
echo message=&#8221;Using Subversion revision number: ${svn.revision}&#8221;/&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/comment-page-1/#comment-42633</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Thu, 25 Sep 2008 09:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/#comment-42633</guid>
		<description>Wordpress cuts XML code

!-- Retrieve subversion revision number --&gt;




</description>
		<content:encoded><![CDATA[<p>WordPress cuts XML code</p>
<p>!&#8211; Retrieve subversion revision number &#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/comment-page-1/#comment-42632</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Thu, 25 Sep 2008 09:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/#comment-42632</guid>
		<description>With this script you do not obtain the LAST HEAD revision,
if you want the HEAD revision you must use the following:

&lt;!-- Retrieve subversion revision number --&gt;




</description>
		<content:encoded><![CDATA[<p>With this script you do not obtain the LAST HEAD revision,<br />
if you want the HEAD revision you must use the following:</p>
<p><!-- Retrieve subversion revision number --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/comment-page-1/#comment-37802</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 26 Mar 2008 10:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/#comment-37802</guid>
		<description>I think you need to set subversion to use a ssh program like plink for this to work, it sounds like this is set up but subversion can&#039;t find the program. Not sure how to help from there, sorry!</description>
		<content:encoded><![CDATA[<p>I think you need to set subversion to use a ssh program like plink for this to work, it sounds like this is set up but subversion can&#8217;t find the program. Not sure how to help from there, sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/comment-page-1/#comment-37668</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 25 Mar 2008 16:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2006/08/21/subversion-revision-number-in-nant/#comment-37668</guid>
		<description>I have tried to use this for a project that uses svn+ssh. When I run svn log I get a &quot;svn: Can&#039;t create tunnel: The system cannot find the file specified.&quot; error. Do you know what might be happening here?

Thanks.</description>
		<content:encoded><![CDATA[<p>I have tried to use this for a project that uses svn+ssh. When I run svn log I get a &#8220;svn: Can&#8217;t create tunnel: The system cannot find the file specified.&#8221; error. Do you know what might be happening here?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

