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

Fwd: [wuzhouhui: Re: width of output of 'svn shelves' is too large]

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 4 Apr 2018 18:20:09 +0000

We're getting feedback on 'svn shelve' on users@. Does anyone want to follow up?

----- Forwarded message from wuzhouhui <1530108435_at_qq.com> -----

> Date: Sat, 31 Mar 2018 18:17:17 +0800
> From: wuzhouhui <1530108435_at_qq.com>
> To: Daniel Shahaf <d.s_at_daniel.shahaf.name>
> Cc: Subversion <users_at_subversion.apache.org>
> Subject: Re: width of output of 'svn shelves' is too large
> Message-Id: <B20FF364-F7C1-4131-96C9-91A8A8974FE4_at_qq.com>
> X-Mailer: Apple Mail (2.3273)
>
>
> > On 31 Mar 2018, at 1:28 AM, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
> >
> > wuzhouhui wrote on Mon, Mar 19, 2018 at 19:26:08 +0800:
> >> The width of terminal is 80 column, but the width of output of 'svn shelves' is 82
> >> at least, I think 80 is better.
> >
> > Thanks for testing the pre-releases.
> >
> >> What do you think?
> >
> > Agreed in principle, but cannot reproduce the original problem. With current
> > trunk, the output for me is 70 columns. By code inspection, that should be the
> > case so long as the shelf name is ≤29 characters (plus or minus the length of
> > the right-hand side description, which can vary by ±5 columns).
> >
> > What version are you testing with?
>
> Version: subversion-1.10.0-rc1.tar.bz2
> OS: ubuntu 16.04
> Configure args: ./configure --with-lz4=internal
>
> That's what I encountered:
>
> > wzh_at_localhost:/tmp/subversion-1.10.0-rc1/subversion/svn/wc$ ../svn shelves | tee /tmp/a.out
> > a 3 mins old 235 bytes 1 paths changed
> >
> > a | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > wzh_at_localhost:/tmp/subversion-1.10.0-rc1/subversion/svn/wc$ wc -L /tmp/a.out
> > 82 /tmp/a.out
> > wzh_at_localhost:/tmp/subversion-1.10.0-rc1/subversion/svn/wc$
>
> It seemed that the max width of shelves's output is 82 column even if the name of shelve is
> a single char 'a' and the changes is 1 line.
>
> In addition, I found another issue:
> 1. Create a empty file (named 'a') and version it, then commit.
> 2. Add some contents to file 'a'
> 3. svn shelve a a
> Now, the file 'a' will be deleted, that isn't what I want.
>

----- End forwarded message -----
Received on 2018-04-04 20:20:17 CEST

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.