[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Spying on svnserve

From: Kip Warner <Kip_at_TheVertigo.com>
Date: 2006-10-22 00:19:29 CEST

Greetings,

I am currently invoking svnserve via inetd on a small NAS device via...

# /etc/inetd.conf
svn stream tcp nowait root /root/launchsvn.sh

# /root/launchsvn.sh
Set_Led beep1
Set_Led beep1
/opt/bin/svnserve -i -r /root/svnrepos

This setup works great in making the system beep twice everytime someone
connects to the server with their svn client.

Is there any further way that someone creative might come up with to
find out or log who (user) is connecting from where (ip address) and
what they are doing (commit, checkout, etc.)? I would like to be able to
do this without installing Apache.

PS I am not on the mailing list, so perhaps you would be kind enough to
cc this address.

-- 
Kip Warner
Vertigo
http://TheVertigo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 22 00:20:29 2006

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.