Peter Gervai <grin@tolna.net>


Patch
r848438, r848431, r845362

r845362 | kfogel | 2003-03-12 05:56:21 +0000 (Wed, 12 Mar 2003)

Add keywords to some files.  This resolves issue #1182.

Patch by: Peter Gervai <grin@tolna.net>

* tools/hook-scripts/commit-access-control.pl,
  tools/hook-scripts/mailer.py, tools/hook-scripts/svnperms.py:
  tools/hook-scripts/mailer.conf.example, tools/hook/scripts/README:
  Insert keywords at the beginning of the files, same way
  commit-email.pl and propchange-email.pl already have them.  The
  Python scripts get multiline keywords, others get oneliners, to help
  break^H^H^H^Htest both formats.


r848431 | blair | 2004-01-17 03:49:42 +0000 (Sat, 17 Jan 2004)

* contrib/client-side/svn_load_dirs.pl.in:
  Change the spaces between the deleted and added filename columns to
    _'s to make the columns easier to visually line up.
  Sort deleted and added filenames and directories by the lowercase
    versions of their basenames instead of their complete path, which
    makes finding files that were moved into different directories
    easier to match up.

Patch by: Peter Gervai <grin@tolna.net>
(Above change only.)

* doc/book/book/ch07.xml:
  s/svn-load-dirs.pl/svn_load_dirs.pl/g.


r848438 | blair | 2004-01-17 20:21:57 +0000 (Sat, 17 Jan 2004)

* contrib/client-side/svn_load_dirs.pl.in:
  Add default answers to yes/no questions to make it easier and faster
    to use.  All answers default to yes.
  get_answer: Renamed from get_yes_or_no.

Patch by: Peter Gervai <grin@tolna.net>