On 24.02.2015 17:01, Branko Čibej wrote: > UNLESS there are multiple targets or the operation depth is greater > than 'empty', in which case the output is a pair of (value, > target-path) for each (recursive) target. The target path is either > the (relative or absolute) path of the target or its URL. There is no > provision for whitespace escaping in the value.
Here's an example of this format: $ svn info --show-item=last-changed-rev --depth=immediates . 1661934 . 1242804 README 1661247 build 1661934 subversion 1659395 contrib 915036 BUGS 1661653 tools 1624532 configure.ac 1659546 TODO 1659509 .ycm_extra_conf.py 1586640 doc 1660543 INSTALL 1661245 CHANGES 1659668 autogen.sh 1661247 gen-make.py 1455183 aclocal.m4 1643482 get-deps.sh 1655909 NOTICE 1659236 Makefile.in 1655909 LICENSE 1660874 build.conf 1659509 win-tests.py 1654775 COMMITTERS 1659395 notes (It's funny, I thought we made some effort to sort directory listings, but apparently 'svn info' doesn't think so.) -- Brane