[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 26 Nov 2018 03:15:14 +0000

Branko Čibej wrote on Sun, 25 Nov 2018 23:28 +0100:
> 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.

I don't see why. It would make perfect sense to have:
.
    % svn info --human-readable --show-item=repos-size
    42KiB
    %
.
for interactive usage.

> Is r1847441 an acceptable starting point? It doesn't handle
> '--human-readable' yet, because I wanted to keep the two commits separate.

Kudos. :)

Daniel
Received on 2018-11-26 04:15:33 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.