[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] svnant: export "path" "path" retrieves from repository?!

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-07-31 14:03:16 CEST

On 7/31/07, Samuel Åslund <samuel.aslund@repeatit.se> wrote:
> I'm experimenting with svnant to build my distribution for windows.
>
> Below is an exerpt from my ant file, it insists on retrieving the files
> from the repository instead of (as the svn docs says) use the working copy.
>
> <taskdef resource="svntask.properties"
> classpath="${basedir}/svnant.jar:${basedir}/svnClientAdapter.jar:${basedir}/svnjavahl.jar"/>
> <svn >
> <export srcPath="../setup/configfiles" destPath="../RS3RCS/" />
> <export srcPath="../webapp" destPath="../RS3RCS/RCSWebApp/" />
> <export srcPath="../setup/tomcat_conf/"
> destPath="../RS3RCS/apache-tomcat-5.5.20/conf" />
> </svn>
>
> ant reports:
> [svn] using javahl
>
> and it seems like my path gets lost somewhere when running ant from
> eclipse so I have not been able to use the command line wrapper.

This was fixed in svnClientAdapter in October 2006. I'd try grabbing
the copy of the JAR we are using with Subclipse 1.0.5. That should
have the fix you need and still be compatible with svnAnt.

http://subclipse.tigris.org/source/browse/*checkout*/subclipse/tags/subclipse/1.0.5/subclipse/core/lib/svnClientAdapter.jar?rev=2975

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jul 31 14:01:48 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.