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

2018-12-07 Thread Vincent Lefevre
On 2018-12-07 15:10:39 +0100, Branko Čibej wrote: > >> Did you have some specific change you wanted to propose? (Other than > >> making the 'author' column's width configurable) > > I just wanted to have more than 8 characters for the authors names > > (without changing the "file size" column). >

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

2018-12-07 Thread Branko Čibej
On 07.12.2018 14:58, Vincent Lefevre wrote: > On 2018-12-07 12:06:08 +, Daniel Shahaf wrote: >> Vincent Lefevre wrote on Fri, Dec 07, 2018 at 12:43:42 +0100: >>> the issue with the suffix solution (B/K/M/G) is that it is actually >>> less readable when one has many files in the list. I mean

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

2018-12-07 Thread Vincent Lefevre
On 2018-12-07 12:06:08 +, Daniel Shahaf wrote: > Vincent Lefevre wrote on Fri, Dec 07, 2018 at 12:43:42 +0100: > > the issue with the suffix solution (B/K/M/G) is that it is actually > > less readable when one has many files in the list. I mean that with > > the full file size displayed, it is

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

2018-12-07 Thread Daniel Shahaf
Vincent Lefevre wrote on Fri, Dec 07, 2018 at 12:43:42 +0100: > the issue with the suffix solution (B/K/M/G) is that it is actually > less readable when one has many files in the list. I mean that with > the full file size displayed, it is very easy to see which files take > the most space, or

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

2018-12-07 Thread Vincent Lefevre
On 2018-11-26 18:19:59 +0100, Stefan Sperling wrote: > On Mon, Nov 26, 2018 at 04:30:27PM +0100, Vincent Lefevre wrote: > > On 2018-11-26 15:18:47 +0100, Branko Čibej wrote: > > > Do please read the rest of the thread. A solution has already been > > > implemented on trunk. > > > > Except that

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

2018-12-01 Thread Branko Čibej
On 28.11.2018 16:10, Daniel Shahaf wrote: > Branko Čibej wrote on Tue, Nov 27, 2018 at 14:49:59 +0100: >> On second thought, I think I should revert this. Consider the >> inconsistency with --show-item=last-changed-date: >> >> $ svn info ^/subversion/trunk/CHANGES --human-readable >>

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

2018-11-28 Thread Daniel Shahaf
Branko Čibej wrote on Tue, Nov 27, 2018 at 14:49:59 +0100: > On second thought, I think I should revert this. Consider the > inconsistency with --show-item=last-changed-date: > > $ svn info ^/subversion/trunk/CHANGES --human-readable > --show-item=last-changed-date > 2018-11-26T02:50:47.513639Z

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

2018-11-27 Thread Branko Čibej
On 27.11.2018 12:22, Branko Čibej wrote: > On 26.11.2018 04:15, Daniel Shahaf wrote: >> 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: >> $

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

2018-11-27 Thread Branko Čibej
On 26.11.2018 04:15, Daniel Shahaf wrote: > 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

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

2018-11-27 Thread Branko Čibej
On 26.11.2018 16:30, Vincent Lefevre wrote: > On 2018-11-26 15:18:47 +0100, Branko Čibej wrote: >> Do please read the rest of the thread. A solution has already been >> implemented on trunk. > Except that this solution is not satisfactory for me. I guess that > the ultimate solution is to use

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

2018-11-26 Thread Stefan Sperling
On Mon, Nov 26, 2018 at 04:30:27PM +0100, Vincent Lefevre wrote: > On 2018-11-26 15:18:47 +0100, Branko Čibej wrote: > > Do please read the rest of the thread. A solution has already been > > implemented on trunk. > > Except that this solution is not satisfactory for me. I guess that > the

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

2018-11-26 Thread Vincent Lefevre
On 2018-11-26 15:18:47 +0100, Branko Čibej wrote: > Do please read the rest of the thread. A solution has already been > implemented on trunk. Except that this solution is not satisfactory for me. I guess that the ultimate solution is to use --xml + a wrapper (thus one could add things like

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

2018-11-26 Thread Branko Čibej
On 26.11.2018 15:11, Vincent Lefevre wrote: > On 2018-11-23 09:10:50 +0100, Stefan Sperling wrote: >> At 16 columns, name collisions become far less likely. In our own project, >> the output would now look like this: > [...] > > Yes, but this makes less space for long filenames. > > Why not make

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

2018-11-26 Thread Vincent Lefevre
On 2018-11-23 09:10:50 +0100, Stefan Sperling wrote: > At 16 columns, name collisions become far less likely. In our own project, > the output would now look like this: [...] Yes, but this makes less space for long filenames. Why not make this size user-configurable, so that each user may choose

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

2018-11-25 Thread Daniel Shahaf
Branko Čibej wrote on Mon, 26 Nov 2018 06:13 +0100: > On 26.11.2018 05:58, Daniel Shahaf wrote: > >>> (we needn't support other values (except perhaps --base=1 for the 1.11 > >>> behaviour)) > >> ?:\  Which behaviour? > > The default behaviour: printing the filesize as an integer (possibly with >

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

2018-11-25 Thread Branko Čibej
On 26.11.2018 05:58, Daniel Shahaf wrote: >>> (we needn't support other values (except perhaps --base=1 for the 1.11 >>> behaviour)) >> ?:\  Which behaviour? > The default behaviour: printing the filesize as an integer (possibly with > thousands separator). Mathematically, base-2 means the

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

2018-11-25 Thread Daniel Shahaf
Branko Čibej wrote on Mon, 26 Nov 2018 05:38 +0100: > I really like the idea of 'svn ls -vH' as a sort of mnemonic of 'ls -lh'. > Note that whilst the actual option letters are different -- on > purpose, we had a long discussion about -v vs. -l a long time ago -- the > use of single-letter options

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

2018-11-25 Thread Daniel Shahaf
Branko Čibej wrote on Sun, 25 Nov 2018 18:51 +0100: > It's just a damn shame that the '-h' flag is already taken, otherwise we > could be like 'df' and use -h for base-2 units and -H for base-10 units, > whereas now it's -H for base-2 units ... if anyone has any bright ideas > for fixing this

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

2018-11-25 Thread Branko Čibej
On 26.11.2018 04:15, Daniel Shahaf wrote: > 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

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

2018-11-25 Thread Daniel Shahaf
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 ./ > >>>

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

2018-11-25 Thread Branko Čibej
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

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

2018-11-25 Thread Branko Čibej
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

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

2018-11-25 Thread Branko Čibej
On 25.11.2018 10:53, Stefan Sperling wrote: > On Sun, Nov 25, 2018 at 06:06:20AM +0100, Branko Čibej wrote: >> On 23.11.2018 18:47, Branko Čibej wrote: >>> On 23.11.2018 10:40, Daniel Shahaf wrote: Branko Čibej wrote on Fri, 23 Nov 2018 10:15 +0100: > On 23.11.2018 09:10, Stefan Sperling

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

2018-11-25 Thread Branko Čibej
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

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

2018-11-25 Thread Daniel Shahaf
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.

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

2018-11-25 Thread Stefan Sperling
On Sun, Nov 25, 2018 at 06:06:20AM +0100, Branko Čibej wrote: > On 23.11.2018 18:47, Branko Čibej wrote: > > On 23.11.2018 10:40, Daniel Shahaf wrote: > >> Branko Čibej wrote on Fri, 23 Nov 2018 10:15 +0100: > >>> On 23.11.2018 09:10, Stefan Sperling wrote: > I would like make a change, but

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

2018-11-24 Thread Branko Čibej
On 23.11.2018 18:47, Branko Čibej wrote: > On 23.11.2018 10:40, Daniel Shahaf wrote: >> Branko Čibej wrote on Fri, 23 Nov 2018 10:15 +0100: >>> On 23.11.2018 09:10, Stefan Sperling wrote: I would like make a change, but it is a highly bikesheddy one so I'd rather ask the list first to

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

2018-11-23 Thread Branko Čibej
On 23.11.2018 10:40, Daniel Shahaf wrote: > Branko Čibej wrote on Fri, 23 Nov 2018 10:15 +0100: >> On 23.11.2018 09:10, Stefan Sperling wrote: >>> I would like make a change, but it is a highly bikesheddy one so >>> I'd rather ask the list first to give everyone a chance to suggest >>> their

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

2018-11-23 Thread Daniel Shahaf
Branko Čibej wrote on Fri, 23 Nov 2018 10:15 +0100: > On 23.11.2018 09:10, Stefan Sperling wrote: > > I would like make a change, but it is a highly bikesheddy one so > > I'd rather ask the list first to give everyone a chance to suggest > > their favourite colours. > > > > The length of author

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

2018-11-23 Thread Branko Čibej
On 23.11.2018 09:10, Stefan Sperling wrote: > I would like make a change, but it is a highly bikesheddy one so > I'd rather ask the list first to give everyone a chance to suggest > their favourite colours. > > The length of author names in 'svn ls -v' output is currently truncated > at 8 columns.