svnant: scoping svnExists with a revision (and 1.7???)
Justin Georgeson <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <F21547B4F425F9428444D12A512705061155BE@NP1EXMB033.corp.halliburton.com> |
I have a target that does a loop over Ivy dependencies and does an SVN checkout of the recorded SVN URL and revision. I use svnExists to validate the URL before doing the checkout and I'm having some issues specifying a revision in the svnExists task. It doesn't support a revision attribute so I have something like this
<svn:svnExists refid="svn.Default" target="${svnURL}/plugins@${svnRev}"/>
It doesn't seem to be working right in that once I have the @${svnRev} in the target it returns false when I know that it exists in that revision. I want to add the revision because we've had some build fail when the svnExists returns true for HEAD but the Ivy dependency is old enough that it doesn't actually exist in the revision recorded in its ivy.xml. So if not by using @rev then how do I specify revision for svnExists?
And seriously, when will there be a an SVN 1.7 compatible svnant published? It's been multiple months since svnkit was updated and as I understand it the code's been checked in.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3046448
To unsubscribe from this discussion, e-mail: [[email protected]].