Inconsistencies in switch descriptions in online help
From: Nicolai, Johannes <Johannes.Nicolai_at_student.hpi.uni-potsdam.de>
Date: 2007-11-03 06:11:18 CET
After going through the whole online help of Subversion, I had the feeling that it was intentionally planned, that a switch always has the same description, no matter for which command you use it. If necessary, the description of the command specifies the exact behaviour of the switch.
However, there is one exception from this general rule: svn lock's -m and -F switches differ from all other -m and -F switches:
-m [--message] ARG : specify lock comment ARG
differs from
-m [--message] ARG : specify log message ARG
On the other hand, the description of the --force-log option, that is applicable to svn lock as well, always refers to log messages
--force-log : force validity of log message source
That might confuse users of the online help, because it is not clear which log message is meant in this context (above it was only spoken of lock messages).
Should the description of the --force-log message be changed for svn lock as well or should the -m and -F switch description be defined globally (and svn help lock will have an introducing sentence about the meaning of the -m and -F option)?
Regards
Johannes
---------------------------------------------------------------------
|
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.