svnserve not reading hooks-env?
From: Steven Simpson <ss_at_comp.lancs.ac.uk>
Date: Wed, 9 Nov 2016 23:45:44 +0000
Hi,
I have a server set up to access multiple repositories via HTTPS and
AuthzSVNAccessFile /var/forge/service/svn-authz.conf
The latter contains:
[default]
$REPOWEBMAN_CONFIG is critical to invoking hooks, and they appear to
hooks-env -> /etc/forge/svn-hooks-env.ini
The first is set up so that commits via <file:> URLs run hooks
[general]
...so they match the Apache configuration exactly.
To top it all off, my authorized_keys file contains the likes of:
command="/usr/bin/svnserve -t --config-file=/etc/forge/svnserve.ini --tunnel-user=XXX -r XXX"
The SSH account is the same as the Apache account, and can read
svnserve reports as:
svnserve, version 1.9.3 (r1718519)
svnadmin info on the repo I'm experimenting with says:
Repository Format: 5
PROBLEM: When attempting to commit via SSH, I get errors from my scripts
I temporarily replaced the start-commit script to print out env to
What am I missing? Some silly typo?
Thanks,
Steven
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.