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

bikeshed: output of 'svn help mergeinfo'

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: Sun, 4 May 2008 15:14:39 -0500

I'm busy updating chapter 4 in the book to match svn-1.5-rc5.

I have two tiny suggestions for the help text of svn mergeinfo:

---------
mergeinfo: Query merge-related information.
usage: mergeinfo SOURCE-URL[@REV] [TARGET[@REV]]

  Query information related to merges (or potential merges) between
  SOURCE-URL and TARGET. If the --show-revs option is not provided,
  display revisions which have been merged from SOURCE-URL to TARGET.
  Otherwise, display the type of information specified by the
  --show-revs option.
----------

First, I think the two uses of the word 'query' should be changed to
'display' or 'show'. "Querying" is what the user is already doing
when she types the command; the command might be querying a merge-db
somewhere internally, but what's important is what it will do for the
user -- display information about merges.

Second, this help text gives no explanation of what TARGET defaults
to. I assume it defaults to URL of '.' or something?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-04 22:14:59 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.