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

Re: svn commit: r1483879 - /subversion/trunk/subversion/svnadmin/svnadmin.c

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Fri, 17 May 2013 19:55:01 +0300

Johan Corveleyn wrote on Fri, May 17, 2013 at 18:19:10 +0200:
> On Fri, May 17, 2013 at 5:47 PM, <danielsh_at_apache.org> wrote:
> > Author: danielsh
> > Date: Fri May 17 15:47:37 2013
> > New Revision: 1483879
> >
> > URL: http://svn.apache.org/r1483879
> > Log:
> > Tweak 'svnadmin info' output for packed FSFS filesystems.
> >
> > * subversion/svnadmin/svnadmin.c
> > (subcommand_info):
> > Replace a tristate output field with two binary fields. This adds
> > information (there are four possible outputs, rather than three). The
> > old tristate output was misleading, since it could print "yes" and "no"
> > like binary fields do.
> >
> > New output:
> > % svnadmin info 5 | me
> > Filesystem Type: fsfs
> > Filesystem Format: 6
> > FSFS Sharded: yes
> > FSFS Shard Size: 4
> > FSFS Packed: yes
> > FSFS Packable: no
>
> Huh? It's packed but not packable?

Yes.

The comments in the code explain the difference. Suggestions for
a better UI welcome.

> Like in: "it's tested but not testable" :-) ?

No, like "it's discovered and not discoverable".
Received on 2013-05-17 18:55:41 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.