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

README format

From: Bruce Korb <bkorb_at_sco.COM>
Date: 2000-10-20 19:58:34 CEST

Hi Karl,

Uncle. I'll edit the README. I preferred the xx-opts.def
files largely because it meant not having to do anything
to get the implementation. I.e. the description and the
implementation would be the same thing. That all assumed,
of course, that the reading and comprehension of the
.def files was obvious to the relatively casual reader.
Actual invocation of the .def -> .[ch] tool was optional.
But it does have to be a bit more rigorous and constrained
than prose; consequently a bit more cryptic, perhaps.
Anyway, I'll use prose.

The following needed to be prose anyway:

there needs to be a semantic constraint on the syntax
of the ``svn [<sub-cmd>] [<opt> ...] [<arg> ...]''.
It is probably "obvious", but if the first argument
to the svn command starts with a hyphen, then all the
arguments to svn must be options from the set of common
options. i.e.:

  svn <sub-cmd> [<sub-cmd-opt> ...] [<arg> ...]
  svn [ <common-opt> ... ]

are the two forms.

In keeping with `svn' being a shell, I also propose a couple
``extra'' commands:

  exit | quit
  help

the invocation: ``svn exit'' is a no-op :-), and
the invocation: ``svn help'' gets you a command list.
Should it also list the common options? It *is*
distinguished from ``svn --help'', so I think not.
Received on Sat Oct 21 14:36:12 2006

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.