<?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: svnant &#8211; Using SVN with ANT</title>
	<atom:link href="http://www.ashishkulkarni.com/svnant-using-svn-with-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/</link>
	<description>A Blog on OpenSource Technology and more...</description>
	<lastBuildDate>Fri, 29 Oct 2010 09:14:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: grela</title>
		<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/comment-page-1/#comment-6373</link>
		<dc:creator>grela</dc:creator>
		<pubDate>Tue, 25 May 2010 13:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishkulkarni.com/?p=22#comment-6373</guid>
		<description>Hi,

I am trying to use SVN with ANT and I have dowloaded SVN and SVNAnt.

However when i type SVN in a command prompt it is not recognised.

Any advise?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to use SVN with ANT and I have dowloaded SVN and SVNAnt.</p>
<p>However when i type SVN in a command prompt it is not recognised.</p>
<p>Any advise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit patel</title>
		<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/comment-page-1/#comment-6369</link>
		<dc:creator>amit patel</dc:creator>
		<pubDate>Thu, 15 Apr 2010 14:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishkulkarni.com/?p=22#comment-6369</guid>
		<description>if you use svnkit.jar neither client nor javahl jar is required
svnkit is all java implementation

use &lt;svn svnkit=&quot;true&quot; ...</description>
		<content:encoded><![CDATA[<p>if you use svnkit.jar neither client nor javahl jar is required<br />
svnkit is all java implementation</p>
<p>use &lt;svn svnkit=&quot;true&quot; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajit</title>
		<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/comment-page-1/#comment-6359</link>
		<dc:creator>Ajit</dc:creator>
		<pubDate>Thu, 04 Feb 2010 11:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishkulkarni.com/?p=22#comment-6359</guid>
		<description>@Priya: Thanks for your post.

@Narayanan: Make sure that the you have downloaded the correct version of  svnant from this link: http://subclipse.tigris.org/svnant.html</description>
		<content:encoded><![CDATA[<p>@Priya: Thanks for your post.</p>
<p>@Narayanan: Make sure that the you have downloaded the correct version of  svnant from this link: <a href="http://subclipse.tigris.org/svnant.html" rel="nofollow">http://subclipse.tigris.org/svnant.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramu N</title>
		<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/comment-page-1/#comment-6352</link>
		<dc:creator>Ramu N</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishkulkarni.com/?p=22#comment-6352</guid>
		<description>I am getting following error.

BUILD FAILED
D:\Ethernet-MDT\SVN_TEST\build.xml:30: java.lang.NoClassDefFoundError: org/tigris/subversion/javahl/SVNClientInterface

Total time: 481 milliseconds</description>
		<content:encoded><![CDATA[<p>I am getting following error.</p>
<p>BUILD FAILED<br />
D:\Ethernet-MDT\SVN_TEST\build.xml:30: java.lang.NoClassDefFoundError: org/tigris/subversion/javahl/SVNClientInterface</p>
<p>Total time: 481 milliseconds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Payel Khandelwal</title>
		<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/comment-page-1/#comment-6348</link>
		<dc:creator>Payel Khandelwal</dc:creator>
		<pubDate>Mon, 16 Nov 2009 12:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishkulkarni.com/?p=22#comment-6348</guid>
		<description>hi
I want to export selected set of files from svn.
could you please help me..</description>
		<content:encoded><![CDATA[<p>hi<br />
I want to export selected set of files from svn.<br />
could you please help me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priya</title>
		<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/comment-page-1/#comment-919</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Thu, 21 May 2009 18:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishkulkarni.com/?p=22#comment-919</guid>
		<description>Two possibilities...
1. Either your javahl jars are not in classpath 
2. SVN client is not installed 

Here are the options you can try ... 

1. dump all your snvant jars in ANT_HOME/lib so that ant can pick them up. 
2. check if SVN client is in path...means make sure you are able to run svn from command line in any directory.

Hope this will help.</description>
		<content:encoded><![CDATA[<p>Two possibilities&#8230;<br />
1. Either your javahl jars are not in classpath<br />
2. SVN client is not installed </p>
<p>Here are the options you can try &#8230; </p>
<p>1. dump all your snvant jars in ANT_HOME/lib so that ant can pick them up.<br />
2. check if SVN client is in path&#8230;means make sure you are able to run svn from command line in any directory.</p>
<p>Hope this will help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narayanan</title>
		<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/comment-page-1/#comment-209</link>
		<dc:creator>Narayanan</dc:creator>
		<pubDate>Wed, 04 Feb 2009 22:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishkulkarni.com/?p=22#comment-209</guid>
		<description>Hi,

Nice to read your blog. i am trying to use svn with ant.

followed your points, and got this error.

update:
     [echo] Exporting application files from svn repository:

BUILD FAILED
C:\Util\autobuild\build.xml:28: Cannot use javahl nor command line svn client

Can you please help me.

Thanks in advance.

-----------------------------------




  &lt;!--  all properties are in build.properties --&gt;
  

  &lt;!-- define properties --&gt;
  &lt;!-- svn repo url --&gt;
  
  

  
    
    
    
  


 



  

  

    
      
    

  






-----------------------------------

Regards
Narayanan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice to read your blog. i am trying to use svn with ant.</p>
<p>followed your points, and got this error.</p>
<p>update:<br />
     [echo] Exporting application files from svn repository:</p>
<p>BUILD FAILED<br />
C:\Util\autobuild\build.xml:28: Cannot use javahl nor command line svn client</p>
<p>Can you please help me.</p>
<p>Thanks in advance.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>  <!--  all properties are in build.properties --></p>
<p>  <!-- define properties --><br />
  <!-- svn repo url --></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Regards<br />
Narayanan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

