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

[Subclipse-users] [svnant] Conditions: find existence of a repository element

From: Jean-Pierre Fiset <jp_at_fiset.ca>
Date: 2006-09-21 19:01:54 CEST

I am trying to write an ANT script that will evaluate if a tag is
present in a repository. Basically, I'd like to do something equivalent to

<condition property="prop">
    <http url="http://svn.mycompany.com/project/tags/v-1.0"/>
</condition>

however, the SVN repository is hidden behind "https", and the above
snippet does not work for all repositories. Looking quickly at svnant, I
can not see an easy way of doing this.

If someone has a solution, let me know. I am about to embark on
developing <svnExists> tag for svnant...

Thanks,

JP

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Sep 21 19:01:29 2006

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.