Is there a way to run an svn status command from ant without seeing the whole output? I'm currently using the following:
<svn><status path="." revisionProperty="build.number" /></svn>
Bottom line, i'm trying to quietly get the svn revision number and for some reason I can't use the "info" tag (I get "svn doesn't support nested info elements").