Julian Foad created SVN-4757:
--------------------------------
Summary: Shelving: command-line output format of svn shelves /
shelf-list
Key: SVN-4757
URL: https://issues.apache.org/jira/browse/SVN-4757
Project: Subversion
Issue Type: Sub-task
Reporter: Julian Foad
The shelf listing could do with some design improvement. Currently in trunk it
looks like:
{code:sh}
$ svn shelves
bar version 1, 3 minutes ago, 1 path changed
Log message
{code}
{code:sh}
$ svn shelves -q
bar
{code}
in svn 1.10.0 it was:
{code:sh}
$ svn shelves
foo 3 mins old 235 bytes 1 paths
changed
Log message
a | 1 +
1 file changed, 1 insertion(+)
{code}
The idea in the initial version was to display plenty of details, so the user
can find what they are looking for even if their shelves don't have good names
or log messages.
For a better design I think we should:
* make the (default) output rather more compact;
* make it more consistent with existing comparable Svn features such as "svn
log", although certainly there should be some differences.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)