Mathias Weinert <wein@mccw.de> (wein)


Patch
r21422, r21102, r19502, r18168, r18141, r18140, r18139, r18138, r18097, r17570, r13976

r21422 | rooneg | 2006-09-11 10:43:31 -0500 (Mon, 11 Sep 2006)

Add new 'svnadmin create' option --pre-1.4-compatible to bash_completion.

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

* tools/client-side/bash_completion: Add --pre-1.4-compatible.


r21102 | cmpilato | 2006-08-17 01:24:41 -0500 (Thu, 17 Aug 2006)

Replace implementation details and user visibility instances of
"remove" with "delete" in mailer.py.  This is partially motivated by a
desire for consistency ("delete" is used more often than "remove"),
and partially to free up namespace of actions-beginning-with-R so that
support for showing "replaced" (that is, deleted and added anew) items
can be added later.

Patch by: Mathias Weinert <mathias.weinert@gfa-net.de>

* tools/hook-scripts/mailer/mailer.py
  Replace several occurences of "remove" with "delete" as used in
  variable names or script output; also replace the action code 'R' with 'D'.

* tools/hook-scripts/mailer/tests/mailer-t1.output
  Reflect aforementioned mailer.py change in expected output.


r19502 | djames | 2006-05-03 11:18:28 -0500 (Wed, 03 May 2006)

* tools/hook-scripts/mailer.py
  (TextCommitRenderer.render): Show log message before changed paths, instead
  of after.

Patch by: Mathias Weinert <mathias.weinert@gfa-net.de>
 


r18168 | maxb | 2006-01-19 08:43:38 -0600 (Thu, 19 Jan 2006)

Mailer.py cleanups.

Patch by: Mathias Weinert <mathias.weinert@gfa-net.de>

[in tools/hook-scripts/mailer]

* mailer.py: Comment typo fix.
* mailer.conf.example: Add missing full stops.
  (suppress_deletes): Comment out deprecated option.


r18141 | maxb | 2006-01-17 21:07:00 -0600 (Tue, 17 Jan 2006)

Avoid printing 'Diffs of changes in other areas also in this revision:'
when no diffs follow.

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

* tools/hook-scripts/mailer/mailer.py
  (TextCommitRenderer.render): Delegate printing of the diff section header
    to _render_diffs.
  (TextCommitRenderer._render_diffs): Take a section header parameter and
    print it before printing the first diff.


r18140 | maxb | 2006-01-17 20:48:31 -0600 (Tue, 17 Jan 2006)

Fix mailer.py broken feature - for_paths and show_nonmatching_paths=yes.

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

* tools/hook-scripts/mailer/mailer.py (generate_content):
    Remove comma causing erroneous contruction of tuple.
    Change [ ] to None to avoid giving false impression that a sequence is
    required.


r18139 | maxb | 2006-01-17 20:32:14 -0600 (Tue, 17 Jan 2006)

In mailer.py, clarify that we mean revprops, not nodeprops.

Patch by: Mathias Weinert <mathias.weinert@gfa-net.de>

* tools/hook-scripts/mailer/mailer.py (usage): s/PROPNAME/REVPROPNAME/.


r18138 | maxb | 2006-01-17 20:23:25 -0600 (Tue, 17 Jan 2006)

Avoid possibility of is_canonical assertions caused by mailer.py invocation.

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

* tools/hook-scripts/mailer/mailer.py (canonicalize_for_svn): New.
  (if __name__ == '__main__'): Canonicalize the repository path.


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.


r17570 | dlr | 2005-11-30 15:47:17 -0600 (Wed, 30 Nov 2005)

* contrib/hook-scripts/README
  Add pre-lock-require-needs-lock.py and svn2rss.py.

* tools/hook-scripts/README
  Add commit-email.rb, verify-po.py and path to mailer.py.


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


r13976 | philip | 2005-04-06 11:25:01 -0500 (Wed, 06 Apr 2005)

Add option '--full-paths' for 'svnlook tree'.

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

* subversion/svnlook/main.c
  (anonymous enum, options_table, cmd_table, struct svnlook_opt_state,
   struct svnlook_ctxt_t): Add full-paths entries.
  (print_tree, do_tree, get_ctxt_baton, subcommand_tree, main): Add
   full_paths handling.

* subversion/tests/clients/cmdline/svnlook_tests.py
  (test_misc): Compare output with and without --full-paths.