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

Re: Logging repository accesses other than commits

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Fri, 1 Apr 2011 21:45:47 -0400

On Fri, Apr 1, 2011 at 5:03 PM, Eric <spamsink_at_internetsmallfry.com> wrote:
> At 04:51 PM 4/1/2011, Chris Shelton wrote:
>
>>>>>>
>>
>> If you are using apache for serving your repository,
>
> <<<<<
>
> Good afternoon, Chris.
>
> We're not... we're using svn+ssh exclusively.

This is trickier. You can log the existence of the connections based
on the account used, particularly if you use a shared user, and
especially if you run sshd on a non-standard port with distinct logs.
So you can do some connection tracking. But svnserve does *NO* logging
of read operations, so once you have the SSH tunnel established, it's
a complete black box.

That would actually make a good feature request, and with the new
commercial sponsors of Subversion, they might be cooperative with such
a feature request. But I wouldn't expect it in the planned subversion
1.7 release.
Received on 2011-04-02 03:46:19 CEST

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.