<?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: svntask examples for Apache Ant</title>
	<atom:link href="http://imwill.com/svntask-examples-for-apache-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://imwill.com/svntask-examples-for-apache-ant/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=svntask-examples-for-apache-ant</link>
	<description>Automation, Software Development, Web Technologies.</description>
	<lastBuildDate>Wed, 11 Apr 2012 18:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sujeet Singh</title>
		<link>http://imwill.com/svntask-examples-for-apache-ant/#comment-13010</link>
		<dc:creator>Sujeet Singh</dc:creator>
		<pubDate>Wed, 15 Feb 2012 05:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://imwill.com/?p=7#comment-13010</guid>
		<description>Below is one sample to get the latest header information..it is assumed the svnkit.jar and svntask.jar are dropped in lib folder of ant

&lt;code&gt;


 


        
                
                        
                                
                                
                        
                
        

        &lt;!-- Do an update first to make sure you have the latest version --&gt;
        

        
        
		 
		 
		 

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Below is one sample to get the latest header information..it is assumed the svnkit.jar and svntask.jar are dropped in lib folder of ant</p>
<p><code></p>
<p>        <!-- Do an update first to make sure you have the latest version --></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://imwill.com/svntask-examples-for-apache-ant/#comment-7060</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 15 Sep 2011 07:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://imwill.com/?p=7#comment-7060</guid>
		<description>Is it possible to enter username and password for update?
I get 

&lt;code&gt;svn: Authentication required for &#039; Subversion realm&#039;&lt;/code&gt;

any solutions or suggestions to this?

thanks,
Michael</description>
		<content:encoded><![CDATA[<p>Is it possible to enter username and password for update?<br />
I get </p>
<p><code>svn: Authentication required for ' Subversion realm'</code></p>
<p>any solutions or suggestions to this?</p>
<p>thanks,<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://imwill.com/svntask-examples-for-apache-ant/#comment-4203</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Mon, 07 Mar 2011 21:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://imwill.com/?p=7#comment-4203</guid>
		<description>Part of the instructions are missing. Since I&#039;ve put both svnkit.jar and svntask.jar into the ANT_HOME/lib directory and then run the &quot;svn-update&quot; target. 

build.xml files on the line for , so something needs to define that. Document it here please. I suspect it is the missing part of Chris&#039;s response.</description>
		<content:encoded><![CDATA[<p>Part of the instructions are missing. Since I&#8217;ve put both svnkit.jar and svntask.jar into the ANT_HOME/lib directory and then run the &#8220;svn-update&#8221; target. </p>
<p>build.xml files on the line for , so something needs to define that. Document it here please. I suspect it is the missing part of Chris&#8217;s response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohin</title>
		<link>http://imwill.com/svntask-examples-for-apache-ant/#comment-963</link>
		<dc:creator>Rohin</dc:creator>
		<pubDate>Thu, 17 Jun 2010 10:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://imwill.com/?p=7#comment-963</guid>
		<description>Hi
   This is really great help from you. 
    I am facing an issue what I need to do is check whether a(or multiple) file(s) if it is version-ed or not and if not then perform SVN add else perform SVN commit using SVNANT.

   Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi<br />
   This is really great help from you.<br />
    I am facing an issue what I need to do is check whether a(or multiple) file(s) if it is version-ed or not and if not then perform SVN add else perform SVN commit using SVNANT.</p>
<p>   Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://imwill.com/svntask-examples-for-apache-ant/#comment-530</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 01 Mar 2010 17:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://imwill.com/?p=7#comment-530</guid>
		<description>Erm, put what near the top of the build.xml file ??

Thanks,
Stephen</description>
		<content:encoded><![CDATA[<p>Erm, put what near the top of the build.xml file ??</p>
<p>Thanks,<br />
Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://imwill.com/svntask-examples-for-apache-ant/#comment-120</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://imwill.com/?p=7#comment-120</guid>
		<description>To install it, just drop svntask.jar and svnkit.jar into the lib folder of your ant installation.

Then put this near the top of your build.xml file:


</description>
		<content:encoded><![CDATA[<p>To install it, just drop svntask.jar and svnkit.jar into the lib folder of your ant installation.</p>
<p>Then put this near the top of your build.xml file:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john Telford</title>
		<link>http://imwill.com/svntask-examples-for-apache-ant/#comment-45</link>
		<dc:creator>john Telford</dc:creator>
		<pubDate>Mon, 24 Aug 2009 21:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://imwill.com/?p=7#comment-45</guid>
		<description>Nice work!

You&#039;re right, there is almost no svntask documentation.

Would you be willing to tell me how to install svntask ?

Thanks ...John</description>
		<content:encoded><![CDATA[<p>Nice work!</p>
<p>You&#8217;re right, there is almost no svntask documentation.</p>
<p>Would you be willing to tell me how to install svntask ?</p>
<p>Thanks &#8230;John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

