I need revisions of different tags. So far I used a Tag-Browser in SmartSVN. However it is quite slow.
Something like svn ls "^/tags"
shows only the tags but no revisions.
And something like
svn log /path/to/tag -v --stop-on-copy
gives too much confusing information which is not needed.
Is there a svn command to get only tags and its revision?