Gustavo Niemeyer <niemeyer@conectiva.com> (niemeyer)


Patch
r856306, r844185, r844153, r844152, r843550, r843535, r843514, r843218, r843147

r843147 | gstein | 2002-08-26 21:22:13 +0000 (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.)


r843218 | philip | 2002-09-08 23:52:42 +0000 (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.


r843514 | niemeyer | 2002-10-22 19:13:25 +0000 (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.


r843535 | niemeyer | 2002-10-23 15:06:07 +0000 (Wed, 23 Oct 2002)

* tools/hook-scripts/svnperms.py
  (check_perms): svnlook returns "D" for removed items, not "R".


r843550 | niemeyer | 2002-10-24 10:09:42 +0000 (Thu, 24 Oct 2002)

* tools/hook-scripts/svnperms.py
  (Config): Respect case of option keys.


r844152 | niemeyer | 2002-12-10 12:52:02 +0000 (Tue, 10 Dec 2002)

* hook-scripts/svnperms.py
  (SVNLook._execsvnlook): Fix svnlook parameters (reordered).



r844153 | niemeyer | 2002-12-10 13:29:52 +0000 (Tue, 10 Dec 2002)

* hook-scripts/svnperms.py
  (SVNLook._add_txnrev): Use -r/-t parameters, instead of rev/txn.


r844185 | blair | 2002-12-13 01:28:02 +0000 (Fri, 13 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>


r856306 | niemeyer | 2005-09-23 18:19:04 +0000 (Fri, 23 Sep 2005)

* tools/hook-scripts/svnperms.py: Changing my own email.