You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jakub Nadolny <ja...@carrywater.pl> on 2008/09/05 10:42:18 UTC

svnserve logging

Hi,

is there any way to have all connections to svnserve logged? I mean also
checkouts, updates etc.
Our remote users sometimes claim that "repo is not working" and I have
no possibility to check if there was any connection / checkout request
etc. 

regards,
Jakub

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnserve logging

Posted by Andreas Schweigstill <an...@schweigstill.de>.
Hello!

Jakub Nadolny schrieb:
> is there any way to have all connections to svnserve logged? I mean also
> checkouts, updates etc.

Yes, this is possible. Instead of running svnserve in daemon mode, you
should start it using (x)inetd. On xinetd the appropriate log options
can be set with the option "log_on_success". When the server instance
fails to start this can be logged with "log_on_fail". "man xinetd.conf"
is your friend.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org