svnserve logging with svn+ssh://singleuser@host via wrapper
From: Ted Stern <dodecatheon_at_gmail.com>
Date: Tue, 10 Feb 2009 15:56:43 -0800
Hi all,
I'm working with source code that has fairly strict access
It is also a bit difficult dealing with IT support for web servers,
I've set up the repository as readable only by the special account, so
There are a few things that might change, so instead of starting
authorized_keys:
command="/home/special/bin/svnserve_wrapper userid" TYPE KEY COMMENT
wrapper script:
#!/bin/bash
userid=$1
exec svnserve -t --tunnel-user=$userid -r $SVNBASE ${1+"$@"}
This is all well and good, and it works just fine. But I'd like to
echo `date "+%Y-%X"` "$@" >> ~/logs/logfile
The problem is, there are no arguments other than the userid, as
Perhaps I'm misunderstanding how svn+ssh access works ... how are the
Ted
-- Frango ut patefaciam -- I break so that I may reveal ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1136415 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-02-11 00:58:06 CET |
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.