[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn info --show-item [was: svn info --detail]

From: Branko Čibej <brane_at_wandisco.com>
Date: Tue, 24 Feb 2015 17:06:00 +0100

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
Received on 2015-02-24 17:06:29 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.