Jie Zhang wrote on Fri, May 25, 2012 at 11:17:14 -0400: > Hi, > > Someone already raised this issue: > > http://svn.haxx.se/users/archive-2009-08/0433.shtml > > How difficult will it be to implement it? If it's not hard, I can see > if I can get it done. Thank you. >
It would be pretty easy to implement: f() { svn ls -- "$1" svn pg svn:externals -- "$1" | parse-and-print \ || svn pg svn:externals -- "$1" | parse-and-run-svn_ls-on-each \ } where parse-and-print uses svn_wc_parse_externals_description3() (directly or via the $LANGUAGE bindings). > > Jie