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

Re: Connection logging without DAV

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-15 20:45:18 CEST

On Jun 15, 2006, at 18:32, Frank wrote:

> If SVN is being used command-line only, there is no way to have the
> subversion
> server logging connections and/or commands recieved.
>
> Correct?

There are several different protocols over which a Subversion
repository can be accessed: http://, https://, svn://, svn+ssh:// and
file:///. All of these can be accessed by a Subversion command-line
client, or by a Subversion-based GUI client. The client does not care
about the protocol.

The first two protocols are served by Apache, which offers its normal
access log, or a Subversion-specific log which might be more useful
depending on what you want to use it for.

The next two protocols are served by svnserve, which offers no log
that I'm aware of.

The last protocol uses no server process at all—the client accesses
the repository files on the hard drive directly—so there is no log
for that either.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 15 20:47:01 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.