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

Re: monitoring user login

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-24 18:42:12 CEST

On Mon, 2004-05-24 at 11:34, Will Glass-Husain wrote:
> Hi,
>
> I've just started with Subversion. Looks great! Is there a way I can
> track who is logging in to the server and when? Obviously I can view
> Apache's access_log to see the specific user requests, but I can't
> seem to find out who is actually logged in and downloading files.

HTTP is a stateless protocol. There's no such thing as "logging in and
out", unless you're talking about browser-cookies, which has nothing to
do with Subversion. :-)

So all you can do is look at your errorlog and accesslog, and see who is
doing GET requests and when. Every request is stateless, and is either
authenticated, or it isn't.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 24 18:48:29 2004

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.