<?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: Simple Integration of Ant and Subversion</title>
	<atom:link href="http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/</link>
	<description>devnulled provides news, tips, resources, and articles about various topics that software developers and engineers enjoy.</description>
	<lastBuildDate>Sat, 14 Aug 2010 20:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Aditi</title>
		<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/comment-page-1/#comment-689978</link>
		<dc:creator>Aditi</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion-for-builds/#comment-689978</guid>
		<description>Thanks a lot Brandon for providing the perfect solution.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Brandon for providing the perfect solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Harper</title>
		<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/comment-page-1/#comment-684783</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Wed, 05 Aug 2009 16:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion-for-builds/#comment-684783</guid>
		<description>@Gary

You can download Subversion here:  http://subversion.tigris.org/getting.html#binary-packages</description>
		<content:encoded><![CDATA[<p>@Gary</p>
<p>You can download Subversion here:  <a href="http://subversion.tigris.org/getting.html#binary-packages" rel="nofollow">http://subversion.tigris.org/g.....y-packages</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/comment-page-1/#comment-684779</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 05 Aug 2009 14:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion-for-builds/#comment-684779</guid>
		<description>HI there
maybe im just being lazy for its too late in the day for me, but i cant seem to find the svn cli install
if you know where i can locate it id really appreciate it

regards
Gary</description>
		<content:encoded><![CDATA[<p>HI there<br />
maybe im just being lazy for its too late in the day for me, but i cant seem to find the svn cli install<br />
if you know where i can locate it id really appreciate it</p>
<p>regards<br />
Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Frantz</title>
		<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/comment-page-1/#comment-670104</link>
		<dc:creator>William Frantz</dc:creator>
		<pubDate>Mon, 27 Apr 2009 19:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion-for-builds/#comment-670104</guid>
		<description>You should add &lt;b&gt;failonerror=&quot;true&quot;&lt;/b&gt; to your &lt;b&gt;exec&lt;/b&gt; line to abort the build if SVN fails.</description>
		<content:encoded><![CDATA[<p>You should add <b>failonerror=&#8221;true&#8221;</b> to your <b>exec</b> line to abort the build if SVN fails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/comment-page-1/#comment-657687</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Wed, 04 Mar 2009 05:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion-for-builds/#comment-657687</guid>
		<description>I Have followed the same steps above mentioned 
i.e., have installed the CLI SVN, restarted the machine and when i tried to run the build file by updating as specified above the task is not performed simply it is coming out with out any failure and even not doing a checkout.</description>
		<content:encoded><![CDATA[<p>I Have followed the same steps above mentioned<br />
i.e., have installed the CLI SVN, restarted the machine and when i tried to run the build file by updating as specified above the task is not performed simply it is coming out with out any failure and even not doing a checkout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devnulled: A blog by Brandon Harper &#187; Adding The Subversion Build Number To Your Application Using Ant</title>
		<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/comment-page-1/#comment-9200</link>
		<dc:creator>devnulled: A blog by Brandon Harper &#187; Adding The Subversion Build Number To Your Application Using Ant</dc:creator>
		<pubDate>Tue, 02 Aug 2005 16:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion-for-builds/#comment-9200</guid>
		<description>[...] grabs the build number from the builds directory where I&#8217;ve already deployed a build using a previous task I wrote. 	2.  The output of said task is pip [...]</description>
		<content:encoded><![CDATA[<p>[...] grabs the build number from the builds directory where I&#8217;ve already deployed a build using a previous task I wrote. 	2.  The output of said task is pip [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Harper</title>
		<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/comment-page-1/#comment-8722</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Tue, 21 Jun 2005 06:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion-for-builds/#comment-8722</guid>
		<description>Hey Joe,

It wasn&#039;t uber difficult or anything, but a timesaver that I figured someone else would find useful-- glad it helped you out!

I&#039;ve been taking a look at Model-Glue lately and find it to to be fairly intriguing.  Lately I&#039;ve been writing a lot of back-end (only a management GUI) apps which didn&#039;t really work well in an event based architecture like Mach-II.  I ended up rolling my own very lightweight architecture which is mostly pure OO and it&#039;s very similar to Model-Glue (like using Config Beans for example).  

Anyhow, I can see myself starting to move to it with the stuff I&#039;m working on as Model-Glue is an open standard rather than my own concoction... nice work!</description>
		<content:encoded><![CDATA[<p>Hey Joe,</p>
<p>It wasn&#8217;t uber difficult or anything, but a timesaver that I figured someone else would find useful&#8211; glad it helped you out!</p>
<p>I&#8217;ve been taking a look at Model-Glue lately and find it to to be fairly intriguing.  Lately I&#8217;ve been writing a lot of back-end (only a management GUI) apps which didn&#8217;t really work well in an event based architecture like Mach-II.  I ended up rolling my own very lightweight architecture which is mostly pure OO and it&#8217;s very similar to Model-Glue (like using Config Beans for example).  </p>
<p>Anyhow, I can see myself starting to move to it with the stuff I&#8217;m working on as Model-Glue is an open standard rather than my own concoction&#8230; nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Rinehart</title>
		<link>http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion/comment-page-1/#comment-8123</link>
		<dc:creator>Joe Rinehart</dc:creator>
		<pubDate>Fri, 17 Jun 2005 13:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/06/simple-integration-of-ant-and-subversion-for-builds/#comment-8123</guid>
		<description>Hey Brandon,

Thanks for posting this - saved me a bundle of time figuring it out myself this morning.  I just googled &quot;subversion ant,&quot; and you were #3 with exactly what I needed to do.

-Joe
</description>
		<content:encoded><![CDATA[<p>Hey Brandon,</p>
<p>Thanks for posting this &#8211; saved me a bundle of time figuring it out myself this morning.  I just googled &#8220;subversion ant,&#8221; and you were #3 with exactly what I needed to do.</p>
<p>-Joe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->