s...@apache.org wrote on Tue, Sep 04, 2012 at 12:43:41 -0000: > Author: stsp > Date: Tue Sep 4 12:43:40 2012 > New Revision: 1380608 > > URL: http://svn.apache.org/viewvc?rev=1380608&view=rev > Log: > Fix issue #4113, "convert SVNHooksEnv and svnserve.conf[hooks-env] to > use a common configuration files". > > The hook environment is now specified in a separate configuration file. > By default, the file is searched for at 'conf/hooks-env' in the repository, > and read if it exists. The mod_dav_svn SVNHooksEnv and svnserve hooks-env > options may now be used to change file's the default location, e.g. to share > a single hooks environment configuration between multiple repositories.
Thanks stsp!