No, there is no buildin support.
All you can do is to use <exec>, of course.
Then better using the <*def>s to hide the <exec>


Something like

<presetdef name="svnupdate">
    <exec executable="svn"><arg value="update"/></exec>
</presetdef>


But there will be SVN-support in the future ... but future is long :-)


Jan



> -----Ursprüngliche Nachricht-----
> Von: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 25. August 2004 16:26
> An: Ant Developers List
> Betreff: RE: Ant 1.6.3 [was status report on the PMC list]
> 
> > From: Dominique Devienne [mailto:[EMAIL PROTECTED] 
> > 
> > 
> > Another more controversial alternative would be to use a CM 
> > tool with better merging abilities, and Subversion comes to 
> > mind of course. From the little I've read, it seems that SVN 
> > does merges better, without the need for tags, thanks to its 
> > global versioning of the whole repo.
> > 
> > Is there an official line of the ASF about SVN? And are there 
> > any Apache projects which have switched to SVN? Just wondering, --DD
> > 
> 
> Is there any ANT support for SVN :-) We have a lot of our CVS 
> procedures
> 
> coded as ANT targets (which may be quite slow) but one of the reasons
> for
> not moving is that I do not know of good SVN support on ANT.
> 
> Jose Alberto
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to