Michael W Thelen <mike@pietdepsi.com> (mthelen)


Patch Review Suggested
r11345, r10625, r9896, r9817, r9688, r9624 r18097, r15456 r9234

r18097 | malcolm | 2006-01-13 15:51:59 -0600 (Fri, 13 Jan 2006)

Clarify help for the '--clean-logs' option of 'svnadmin hotcopy'.

Patch by: Mathias Weinert <mathias.weinert@gfa-net.de>
(Tweaked by me.)

Review by: Michael W Thelen <mike@pietdepsi.com>

* subversion/svnadmin/main.c
  (options_table): Make it clear that the --clean-logs option applies
    only to Berkeley DB repositories.


r15456 | mthelen | 2005-07-27 12:13:27 -0500 (Wed, 27 Jul 2005)

As a followup to r14858, replace some remaining <a> anchors with <div>
elements.  Also change "#wedged-repos" links to "#bdb-recovery".

Patch by: Joshua Varner <jlvarner@gmail.com>
Review by: maxb
           mthelen
Approved by: kfogel

* www/faq.html
  (bdb-recovery): Remove <a> anchor and add a backward compatibility div for
    "wedged-repos".
  (stuck-bdb-repos): Remove <a> anchor and add a backward compatibility div
    for "permissions".  Also update a "#wedged-repos" link to "#bdb-recovery".
  (bdblogs, bdb-cannot-allocate-memory, db-recover): Change "#wedged-repos"
    links to "#bdb-recovery".


r11345 | fitz | 2004-10-12 23:04:46 -0500 (Tue, 12 Oct 2004)

Fix typos.

Patch by: mthelen

* notes/locking/locking-functional-spec.txt,
  notes/locking/locking-ui.txt: Fix typos.


r10625 | mthelen | 2004-08-14 02:05:05 -0500 (Sat, 14 Aug 2004)

Add a warning about svnlook and svnadmin to the svn+ssh checklist.

Patch by: Andy Whitcroft <apw@shadowen.org>
          me

* doc/book/book/ch06.xml
  (svn-ch-6-sect-5): Mention that svnlook and svnadmin need to access
   the repository with a sane umask, in addition to svnserve.


r9896 | blair | 2004-05-26 23:12:15 -0500 (Wed, 26 May 2004)

Fix typos, missing words, and missing punctuation.

Patch by: Michael W Thelen <thelenm@cs.utah.edu>

* doc/book/book/appb.xml,
* doc/book/book/appc.xml,
* doc/book/book/appd.xml,
* doc/book/book/ch00.xml,
* doc/book/book/ch03.xml,
* doc/book/book/ch04.xml,
* doc/book/book/ch05.xml,
* doc/book/book/ch06.xml,
* doc/book/book/ch07.xml,
* doc/book/book/ch08.xml,
* doc/book/book/ch09.xml:
  Fix minor nits.


r9817 | cmpilato | 2004-05-21 12:06:31 -0500 (Fri, 21 May 2004)

Fix minor sentence structure inconsistencies in the book.  

Patch by: Michael W Thelen <thelenm@cs.utah.edu>

* doc/book/book/ch05.xml
  (svn-ch-5-sect-3.1.2): Change several sentences that begin with
    third-person singular verbs (e.g. "Creates a repository") so they
    start with the verb in the imperative form (e.g. "Create a
    repository").  This is for consistency across all the svnadmin
    subcommand listings.

* doc/book/book/ch06.xml
  (svn-ch-6-table-1): Uncapitalize "viewing" in "Web viewing", for
    consistency with the other items in the table.

* doc/book/book/ch07.xml
  (svn-ch-7-sect-2.3.4): Add a period at the end of the LastChangedBy
    description, for consistency with the other keyword descriptions.

* doc/book/book/ch09.xml:
  (svn-ch-9-sect-1.1): Change imperative verbs to third-person
    singular form, for consistency across all the svn switches.
  (svn-ch-9-sect-1.2): Change third-person singular verbs to
    imperative form, for consistency across all the svn subcommand
    listings.  Also fix missing periods at the ends of sentences.


r9688 | kfogel | 2004-05-11 17:51:05 -0500 (Tue, 11 May 2004)

Add new FAQ item.

Patch by: Michael W Thelen <thelenm@cs.utah.edu>

* www/project_faq.html
  (change-log-msg): New question and answer on how to change log messages.


r9624 | breser | 2004-05-04 18:55:18 -0500 (Tue, 04 May 2004)

Fix typo.

Patch by: Michael W. Thelen <thelenm@cs.utah.edu>

* TRANSLATING:
  Typo fix.


r9234 | kfogel | 2004-03-30 12:45:22 -0600 (Tue, 30 Mar 2004)

* HACKING: Untabify, and fix a typo.

Suggested by: Michael W Thelen <thelenm@cs.utah.edu>