List all svn externals in an SVN tree

While working with unfamiliar and large svn trees I was wondering how I can get all svn externals within the source tree on the command line. As almost always, stackoverflow has the answer:

svn pg svn:externals -R

That’s it again and cheers!
iss