Gustavo Niemeyer <niemeyer@conectiva.com> (niemeyer)
r856306 | niemeyer | 2005-09-23 13:19:04 -0500 (Fri, 23 Sep 2005)
* tools/hook-scripts/svnperms.py: Changing my own email.
r844185 | blair | 2002-12-12 19:28:02 -0600 (Thu, 12 Dec 2002)
* tools/hook-scripts/commit-email.pl,
tools/hook-scripts/propchange-email.pl:
Add a new --from option which, if set, will override the -h option
and set the email 'From:' to whatever is provided as the command
line option argument.
Patch by: Gustavo Niemeyer <niemeyer@conectiva.com>
r844153 | niemeyer | 2002-12-10 07:29:52 -0600 (Tue, 10 Dec 2002)
* hook-scripts/svnperms.py
(SVNLook._add_txnrev): Use -r/-t parameters, instead of rev/txn.
r844152 | niemeyer | 2002-12-10 06:52:02 -0600 (Tue, 10 Dec 2002)
* hook-scripts/svnperms.py
(SVNLook._execsvnlook): Fix svnlook parameters (reordered).
r843550 | niemeyer | 2002-10-24 05:09:42 -0500 (Thu, 24 Oct 2002)
* tools/hook-scripts/svnperms.py
(Config): Respect case of option keys.
r843535 | niemeyer | 2002-10-23 10:06:07 -0500 (Wed, 23 Oct 2002)
* tools/hook-scripts/svnperms.py
(check_perms): svnlook returns "D" for removed items, not "R".
r843514 | niemeyer | 2002-10-22 14:13:25 -0500 (Tue, 22 Oct 2002)
* tools/hook-scripts/svnperms.py
(Config.walk): Return a list instead of yielding values. This avoids
importing generators "from the future", and allows usage of pre-2.2
python interpreters.
r843218 | philip | 2002-09-08 18:52:42 -0500 (Sun, 08 Sep 2002)
Partial fix for issue 443, returns start-commit and pre-commit hook
errors, post-commit hook errors are still lost.
Patch by: Gustavo Niemeyer <niemeyer@conectiva.com>
(Tweaked by me.)
* subversion/libsvn_repos/hooks.c
(run_hook_cmd): Replaces run_cmd_with_output to encapsulate hook
error handling.
(run_pre_commit_hook, run_post_commit_hook): Use run_hook_cmd.
(run_start_commit_hook): Use run_hook_cmd. Return an error if the
hook fails.
r843147 | gstein | 2002-08-26 16:22:13 -0500 (Mon, 26 Aug 2002)
Let SWIG get past the __attribute__ usage in svn_io.h.
Patch by: Gustavo Niemeyer <niemeyer@conectiva.com>
(Tweaked by me.)