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

Re: truncated author names in 'svn ls -v' output

From: Branko Čibej <brane_at_apache.org>
Date: Mon, 26 Nov 2018 00:26:51 +0100

On 25.11.2018 23:28, Branko Čibej wrote:
> On 25.11.2018 18:42, Branko Čibej wrote:
>> On 25.11.2018 11:58, Daniel Shahaf wrote:
>>> Branko Čibej wrote on Sun, 25 Nov 2018 06:06 +0100:
>>>> $ svn ls --verbose --human-readable
>>>> 1847281 stsp Nov 23 16:04 ./
>>>> 1716820 rhuijben 175B Nov 27 2015 .editorconfig
>>> 'svn info' doesn't print file sizes at all. If it did, it could take
>>> the new flag too.
>> svn info -H --show-item=size? :)
> But seriouisly '--human-readable' and '--show-item' would be incompatible.
>
> Is r1847441 an acceptable starting point? It doesn't handle
> '--human-readable' yet, because I wanted to keep the two commits separate.

With r1847441:

svn info ^/subversion/trunk/CHANGES
Path: CHANGES
Name: CHANGES
URL: https://svn.apache.org/repos/asf/subversion/trunk/CHANGES
Relative URL: ^/subversion/trunk/CHANGES
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1847443
Node Kind: file
Size in Repository: 355019 <<<******
Last Changed Author: brane
Last Changed Rev: 1847423
Last Changed Date: 2018-11-25 18:36:21 +0100 (Sun, 25 Nov 2018)

With r1847443:

$ svn info -H ^/subversion/trunk/CHANGES
Path: CHANGES
...
Size in Repository: 347 KiB
...

-- Brane
Received on 2018-11-26 00:27:00 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.