<?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 1.3</title>
	<atom:link href="http://www.joshuafrankamp.com/blog/svnant-13/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuafrankamp.com/blog/svnant-13/</link>
	<description>technology and some random stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 23:23:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guy Davis</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2855</link>
		<dc:creator>Guy Davis</dc:creator>
		<pubDate>Wed, 19 Aug 2009 21:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2855</guid>
		<description>Hi, I just tried to drop the new jars in place on our old ones (few years now).  Our &#039;ant update&#039; target gives an error:

svn: OPTIONS of &#039;http://intus002/repos/DVApp/branches/8.14&#039;: authorization failed: Could not authenticate to server: rejected Basic challenge (http://intus002)

Here&#039;s the target from build.xml:

 
    
    
      
    
  

I&#039;m running this on a Ubuntu Linux 9.04 system with Sun&#039;s JDK 1.6.0_14.  Any ideas on what I&#039;m doing wrong?  Running &#039;svn update&#039; from that directory works just fine. Your help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi, I just tried to drop the new jars in place on our old ones (few years now).  Our &#8216;ant update&#8217; target gives an error:</p>
<p>svn: OPTIONS of &#8216;http://intus002/repos/DVApp/branches/8.14&#8242;: authorization failed: Could not authenticate to server: rejected Basic challenge (<a href="http://intus002" rel="nofollow">http://intus002</a>)</p>
<p>Here&#8217;s the target from build.xml:</p>
<p>I&#8217;m running this on a Ubuntu Linux 9.04 system with Sun&#8217;s JDK 1.6.0_14.  Any ideas on what I&#8217;m doing wrong?  Running &#8217;svn update&#8217; from that directory works just fine. Your help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrank</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2573</link>
		<dc:creator>jfrank</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2573</guid>
		<description>Hudson,

You&#039;ll likely need to uninstall and reinstall a new version of subversion on your machine. Since svnant relies on javahl, it doesn&#039;t contain all the bits for being a subversion client except for using svnkit. Your javahl is likely too old. Try setting svnkit=&quot;true&quot; to use it for your library as another alternative.

Joshua</description>
		<content:encoded><![CDATA[<p>Hudson,</p>
<p>You&#8217;ll likely need to uninstall and reinstall a new version of subversion on your machine. Since svnant relies on javahl, it doesn&#8217;t contain all the bits for being a subversion client except for using svnkit. Your javahl is likely too old. Try setting svnkit=&#8221;true&#8221; to use it for your library as another alternative.</p>
<p>Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hudson</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2495</link>
		<dc:creator>hudson</dc:creator>
		<pubDate>Tue, 21 Jul 2009 22:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2495</guid>
		<description>sorry, ignore my last two posts... I had some code commented out by mistake.

Now I am still getting the same error I was hoping would be fixed by this update:

      [svn]  started ...
      [svn]  failed !
      [svn] svn: This client is too old to work with working copy &#039;bin&#039;.  You need
      [svn] to get a newer Subversion client, or to downgrade this working copy.


Was this the kind of error that was supposed to be fixed?

Regards,
Hudson</description>
		<content:encoded><![CDATA[<p>sorry, ignore my last two posts&#8230; I had some code commented out by mistake.</p>
<p>Now I am still getting the same error I was hoping would be fixed by this update:</p>
<p>      [svn]  started &#8230;<br />
      [svn]  failed !<br />
      [svn] svn: This client is too old to work with working copy &#8216;bin&#8217;.  You need<br />
      [svn] to get a newer Subversion client, or to downgrade this working copy.</p>
<p>Was this the kind of error that was supposed to be fixed?</p>
<p>Regards,<br />
Hudson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hudson</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2494</link>
		<dc:creator>hudson</dc:creator>
		<pubDate>Tue, 21 Jul 2009 21:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2494</guid>
		<description>that last post lost the tags from text I copied from my ant source xml.  So, that line 
revision=${svn.info.lastRev}

should have been in an &quot;echo&quot; tag...</description>
		<content:encoded><![CDATA[<p>that last post lost the tags from text I copied from my ant source xml.  So, that line<br />
revision=${svn.info.lastRev}</p>
<p>should have been in an &#8220;echo&#8221; tag&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hudson</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2493</link>
		<dc:creator>hudson</dc:creator>
		<pubDate>Tue, 21 Jul 2009 21:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2493</guid>
		<description>I was happy to see that there was an update to svnant. I have been using it in a build script to insert the svn version number into the source code for runtime identification, and loosing that automation when building files was a big blow to my workflow.

However, I have a problem, the variable I was using for the revision number in ant is not getting replaced with the number. This line:

		revision=${svn.info.lastRev}
used to produce:

info:
      [echo] revision=198600

but now it produces :

info:
     [echo] revision=${svn.info.lastRev}


I just have the &quot;svnant.jar&quot; and &quot;svnClientAdapter.jar&quot; files in my ant/lib folder, and to upgrade, I just replaced those two files. Is there something else I need to do to get this to work again?
Regards,
Hudson</description>
		<content:encoded><![CDATA[<p>I was happy to see that there was an update to svnant. I have been using it in a build script to insert the svn version number into the source code for runtime identification, and loosing that automation when building files was a big blow to my workflow.</p>
<p>However, I have a problem, the variable I was using for the revision number in ant is not getting replaced with the number. This line:</p>
<p>		revision=${svn.info.lastRev}<br />
used to produce:</p>
<p>info:<br />
      [echo] revision=198600</p>
<p>but now it produces :</p>
<p>info:<br />
     [echo] revision=${svn.info.lastRev}</p>
<p>I just have the &#8220;svnant.jar&#8221; and &#8220;svnClientAdapter.jar&#8221; files in my ant/lib folder, and to upgrade, I just replaced those two files. Is there something else I need to do to get this to work again?<br />
Regards,<br />
Hudson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horst</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2308</link>
		<dc:creator>Horst</dc:creator>
		<pubDate>Mon, 13 Jul 2009 07:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2308</guid>
		<description>Joshua,

thank you for your reply. I already thought of an escaping problem. The commandline Ant&#039;s problem is slightly different from svnant&#039;s.

I&#039;m going to send you more details by e-mail because the blogging software would chagrin me ...

Regards,
Horst</description>
		<content:encoded><![CDATA[<p>Joshua,</p>
<p>thank you for your reply. I already thought of an escaping problem. The commandline Ant&#8217;s problem is slightly different from svnant&#8217;s.</p>
<p>I&#8217;m going to send you more details by e-mail because the blogging software would chagrin me &#8230;</p>
<p>Regards,<br />
Horst</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrank</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2215</link>
		<dc:creator>jfrank</dc:creator>
		<pubDate>Thu, 09 Jul 2009 19:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2215</guid>
		<description>Horst,

From what I can tell you are saying that the double backslash turns into a single slash in your comment, similar to an escape.

I imagine this is only with the command line client? Is that true?

This sounds like a good bug report, if you&#039;d like to proceed at subclipse.tigris.org against subclipse, with the svnant component selected.

Please specify which svn library was being used at the time.

Joshua</description>
		<content:encoded><![CDATA[<p>Horst,</p>
<p>From what I can tell you are saying that the double backslash turns into a single slash in your comment, similar to an escape.</p>
<p>I imagine this is only with the command line client? Is that true?</p>
<p>This sounds like a good bug report, if you&#8217;d like to proceed at subclipse.tigris.org against subclipse, with the svnant component selected.</p>
<p>Please specify which svn library was being used at the time.</p>
<p>Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horst</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2203</link>
		<dc:creator>Horst</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2203</guid>
		<description>Hi again,

I turned around the brackets ... Your blogging software was afraid of &lt;property ...

Having the

   &lt;property name=&quot;commit-comment&quot; value=&quot;something\\&quot; /&gt;

then a

   &lt;commit dir=&quot;.&quot; message=&quot;${commit-comment}&quot; /&gt;

results in a log message

   something\&quot; --non-interactive C:\my\path\projects

I simply can get around it with a space:

   &lt;commit dir=&quot;.&quot; message=&quot;${commit-comment} &quot; /&gt;

But maybe you are interested.

Regards,
Horst</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>I turned around the brackets &#8230; Your blogging software was afraid of &lt;property &#8230;</p>
<p>Having the</p>
<p>   &lt;property name=&#8221;commit-comment&#8221; value=&#8221;something\\&#8221; /&gt;</p>
<p>then a</p>
<p>   &lt;commit dir=&#8221;.&#8221; message=&#8221;${commit-comment}&#8221; /&gt;</p>
<p>results in a log message</p>
<p>   something\&#8221; &#8211;non-interactive C:\my\path\projects</p>
<p>I simply can get around it with a space:</p>
<p>   &lt;commit dir=&#8221;.&#8221; message=&#8221;${commit-comment} &#8221; /&gt;</p>
<p>But maybe you are interested.</p>
<p>Regards,<br />
Horst</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horst</title>
		<link>http://www.joshuafrankamp.com/blog/svnant-13/comment-page-1/#comment-2196</link>
		<dc:creator>Horst</dc:creator>
		<pubDate>Thu, 09 Jul 2009 08:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuafrankamp.com/blog/?p=50#comment-2196</guid>
		<description>Hi Joshua,

thank you very much! My first smoke test with a SVN-1.6-Repository worked fine.

Regards,
Horst</description>
		<content:encoded><![CDATA[<p>Hi Joshua,</p>
<p>thank you very much! My first smoke test with a SVN-1.6-Repository worked fine.</p>
<p>Regards,<br />
Horst</p>
]]></content:encoded>
	</item>
</channel>
</rss>

