Simon Large <simon@skirridsystems.co.uk>
r851431 | julianfoad | 2004-10-13 13:15:13 +0000 (Wed, 13 Oct 2004)
Update to the project FAQ.
Patch by: Simon Large <slarge@blazepoint.co.uk>
* www/project_faq.html
Explain that the subversion server can be run on Win9x, provided it is not
used to host a BDB repository. FSFS repositories will work on Win9x.
r854981 | julianfoad | 2005-06-01 12:26:29 +0000 (Wed, 01 Jun 2005)
Fix and tweak wording in the release notes.
Suggested by: Simon Large <slarge@slarge.plus.com>
* www/svn_1.2_releasenotes.html
(new-switches): Correct the list of commands that can ignore externals.
Tweak to imply that future servers will still support fast log --limit.
r855468 | julianfoad | 2005-07-23 00:18:30 +0000 (Sat, 23 Jul 2005)
Clarify the help text for the "export" command.
Patch by: Simon Large <simon@skirridsystems.co.uk>
* subversion/clients/cmdline/main.c (svn_cl__cmd_table):
Clarify the help text for the "export" command. Unversioned files
are never exported, regardless of whether REV is specified.
r855469 | julianfoad | 2005-07-23 08:53:00 +0000 (Sat, 23 Jul 2005)
Tweak the help output to avoid a spurious blank line on some systems.
Patch by: Simon Large <simon@skirridsystems.co.uk>
* subversion/clients/cmdline/main.c (svn_cl__options):
Reformat the help text for the "native-eol" option because lines of
exactly 80 chars can result in a spurious newline on some systems.
Separate leading whitespace from the help text, so that the source
code resembles the output format more closely.