<?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: Ant Tasks for Git</title>
	<atom:link href="http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 11:06:43 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: louis vuitton outlet</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-32892</link>
		<dc:creator>louis vuitton outlet</dc:creator>
		<pubDate>Wed, 14 Jul 2010 02:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-32892</guid>
		<description>&lt;p&gt;I&#039;ve been looking for a similar to this post. Not only extensively but also detailly. We can learn a lot from the post. &lt;a href=&quot;http://www.moncler-down-jackets.com&quot;  rel=&quot;nofollow&quot;&gt;moncler jackets&lt;/a&gt; I recommend to you , &lt;a href=&quot;http://www.bootonsale.co.uk&quot;  rel=&quot;nofollow&quot;&gt;ugg boots sale&lt;/a&gt; you can come communication in here. Let us grow up together.On the other hand ,I know some websites content is very well.you can go and see.Such as&lt;a href=&quot;http://www.bootonlineshop.co.uk&quot;  rel=&quot;nofollow&quot;&gt;ugg boots for sale&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#39;ve been looking for a similar to this post. Not only extensively but also detailly. We can learn a lot from the post. <a href="http://www.moncler-down-jackets.com"  rel="nofollow">moncler jackets</a> I recommend to you , <a href="http://www.bootonsale.co.uk"  rel="nofollow">ugg boots sale</a> you can come communication in here. Let us grow up together.On the other hand ,I know some websites content is very well.you can go and see.Such as<a href="http://www.bootonlineshop.co.uk"  rel="nofollow">ugg boots for sale</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Github ANT Scripts</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-31751</link>
		<dc:creator>Github ANT Scripts</dc:creator>
		<pubDate>Tue, 20 Apr 2010 11:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-31751</guid>
		<description>&lt;p&gt;[...] Props again to Mark Lowe for your help on this and also the blog post he got some source code from (and I used the revision comment by Timo).   This entry was posted in [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Props again to Mark Lowe for your help on this and also the blog post he got some source code from (and I used the revision comment by Timo).   This entry was posted in [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Timo</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-29888</link>
		<dc:creator>Timo</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-29888</guid>
		<description>&lt;p&gt;I have thrown together something similar, a macro for figuring out the revision and whether the working copy is clean:&lt;br&gt;&lt;br&gt;  &lt;macrodef name=&quot;git-revision&quot;&gt;&lt;br&gt;    &lt;attribute name=&quot;output&quot; /&gt;&lt;br&gt;    &lt;sequential&gt;&lt;br&gt;      &lt;exec executable=&quot;git&quot; outputproperty=&quot;head&quot;&gt;&lt;br&gt;    &lt;arg value=&quot;rev-parse&quot; /&gt;&lt;br&gt; &lt;arg value=&quot;HEAD&quot; /&gt;&lt;br&gt;      &lt;/exec&gt;&lt;br&gt;      &lt;echo message=&quot;Found revision: ${head}&quot;/&gt;&lt;br&gt;      &lt;exec executable=&quot;git&quot; outputproperty=&quot;dirty&quot;&gt;&lt;br&gt;    &lt;arg value=&quot;diff&quot; /&gt;&lt;br&gt;  &lt;arg value=&quot;--shortstatt&quot; /&gt;&lt;br&gt;      &lt;/exec&gt;&lt;br&gt;      &lt;condition property=&quot;@{output}&quot; value=&quot;${head}&quot; else=&quot;${head} (dirty)&quot;&gt;&lt;br&gt;    &lt;equals arg1=&quot;${dirty}&quot; arg2=&quot;&quot; /&gt;&lt;br&gt;      &lt;/condition&gt;&lt;br&gt;    &lt;/sequential&gt;&lt;br&gt;  &lt;/macrodef&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have thrown together something similar, a macro for figuring out the revision and whether the working copy is clean:<br /><br />  &lt;macrodef name=&#8221;git-revision&#8221;&gt;<br />    &lt;attribute name=&#8221;output&#8221; /&gt;<br />    &lt;sequential&gt;<br />      &lt;exec executable=&#8221;git&#8221; outputproperty=&#8221;head&#8221;&gt;<br />    &lt;arg value=&#8221;rev-parse&#8221; /&gt;<br /> &lt;arg value=&#8221;HEAD&#8221; /&gt;<br />      &lt;/exec&gt;<br />      &lt;echo message=&#8221;Found revision: ${head}&#8221;/&gt;<br />      &lt;exec executable=&#8221;git&#8221; outputproperty=&#8221;dirty&#8221;&gt;<br />    &lt;arg value=&#8221;diff&#8221; /&gt;<br />  &lt;arg value=&#8221;&#8211;shortstatt&#8221; /&gt;<br />      &lt;/exec&gt;<br />      &lt;condition property=&#8221;@{output}&#8221; value=&#8221;${head}&#8221; else=&#8221;${head} (dirty)&#8221;&gt;<br />    &lt;equals arg1=&#8221;${dirty}&#8221; arg2=&#8221;" /&gt;<br />      &lt;/condition&gt;<br />    &lt;/sequential&gt;<br />  &lt;/macrodef&gt;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: portal development</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-28868</link>
		<dc:creator>portal development</dc:creator>
		<pubDate>Wed, 16 Sep 2009 05:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-28868</guid>
		<description>&lt;p&gt;The process you showed is quite an easy one. It will be very beneficial for the newbies to follow. But I think things need to be updated for experienced readers of this field and technology has gone far by now. Wish to have updated articles from you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The process you showed is quite an easy one. It will be very beneficial for the newbies to follow. But I think things need to be updated for experienced readers of this field and technology has gone far by now. Wish to have updated articles from you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Galapagos Cruises</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-28254</link>
		<dc:creator>Galapagos Cruises</dc:creator>
		<pubDate>Thu, 13 Aug 2009 00:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-28254</guid>
		<description>&lt;p&gt;Wow.. Great tutorial... Thank you for the step by step guide...&lt;br&gt;Nice post.. It is really a big help for us especially for because a newbie in this field..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow.. Great tutorial&#8230; Thank you for the step by step guide&#8230;<br />Nice post.. It is really a big help for us especially for because a newbie in this field..</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Craigslist Proxy</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-26712</link>
		<dc:creator>Craigslist Proxy</dc:creator>
		<pubDate>Sat, 06 Jun 2009 11:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-26712</guid>
		<description>&lt;p&gt;Insightful read. I have stumbled and twittered this for my friends. Others no doubt will like it like I did.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Insightful read. I have stumbled and twittered this for my friends. Others no doubt will like it like I did.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Craigslist Proxy</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-26639</link>
		<dc:creator>Craigslist Proxy</dc:creator>
		<pubDate>Fri, 29 May 2009 13:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-26639</guid>
		<description>&lt;p&gt;Well done.  I hope others enjoyed this as much as I did.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well done.  I hope others enjoyed this as much as I did.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lindsay</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-26636</link>
		<dc:creator>Lindsay</dc:creator>
		<pubDate>Thu, 28 May 2009 20:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-26636</guid>
		<description>&lt;p&gt;Thanks, the Git plugins for the continuous integration servers I&#039;ve been trialling are a bit flaky so far, so in the meantime I&#039;m falling back on good old ANT to do all the Git bits and this is what I needed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, the Git plugins for the continuous integration servers I&#39;ve been trialling are a bit flaky so far, so in the meantime I&#39;m falling back on good old ANT to do all the Git bits and this is what I needed.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Support</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-26581</link>
		<dc:creator>Tech Support</dc:creator>
		<pubDate>Wed, 20 May 2009 16:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-26581</guid>
		<description>&lt;p&gt;I am able to use svn checkout from commandline from a url. But the same task when i add in my ant build file, the build file fails telling me that the url@HEAD does not exist.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am able to use svn checkout from commandline from a url. But the same task when i add in my ant build file, the build file fails telling me that the url@HEAD does not exist.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John Parker</title>
		<link>http://tlrobinson.net/blog/2008/11/13/ant-tasks-for-git/comment-page-1/#comment-26494</link>
		<dc:creator>John Parker</dc:creator>
		<pubDate>Thu, 07 May 2009 13:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=75#comment-26494</guid>
		<description>&lt;p&gt;&lt;a href=&quot;http://www.shoecartel.com&quot; rel=&quot;nofollow&quot;&gt;Cheapest Shoes &lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.shoecartel.com" rel="nofollow">Cheapest Shoes </a></p>]]></content:encoded>
	</item>
</channel>
</rss>
