Robert Spier <rspier@pobox.com>


Patch
r859472, r846616, r846447

r846447 | mbk | 2003-06-30 17:53:05 +0000 (Mon, 30 Jun 2003)

Run external diff commands using the PATH and including the environment.
This removes the need for using the full path to the executable, and
allows important environment variables, such as DISPLAY, to be accessed
by the called program.

Patch by: Robert Spier <rspier@pobox.com>

* subversion/libsvn_subr/io.c:
  (svn_io_run_diff): pass the "inherit" flag to svn_io_run_cmd.


r846616 | striker | 2003-07-23 10:08:31 +0000 (Wed, 23 Jul 2003)

* subversion/mod_authz_svn/mod_authz_svn.c

  (auth_checker): Fix the location comparison test.  It was reversed.

Patch by: Robert Spier <rspier@pobox.com>


r859472 | rooneg | 2006-04-17 17:20:19 +0000 (Mon, 17 Apr 2006)

Fix mailer.py problem with show_nonmatching_paths set to yes and a
configuration that sends commit messages to multiple places.

Patch by: Robert Spier <rspier@pobox.com>

* tools/hook-scripts/mailer/mailer.py
  (DiffGenerator.__init__): Initialize self.diff and self.diff_url to None.