The revget task allows retrieving the revision of a working copy or URL, but sometimes, other information (which would normally be provided by SVN's info command) is of interest as well.
So, having a more general version of revget is desirable. For instance, something like the following would retrieve the URL which a working copy is based on:
<svn:info ... attribute="url" property="working-copy-version" />