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

Re: check user name list from server

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-07-25 00:20:16 CEST

On Jul 24, 2007, at 14:34, gary ((guangyuan)) sun wrote:

> From server side, how can I know which user (user
> name) checkout a dircetory or subdirectory of a
> repository? Is there a user name list on server
> indicating who checkout?

The server does not track who checks things out.

If you serve your repository using Apache, you can get a high-level
log of repository activity, including who checks out and when:

http://subversion.tigris.org/svn_1.3_releasenotes.html#dav-logging

If you would like a post-checkout hook, you can use my script, which
makes use of this Apache high-level log feature:

http://www.ryandesign.com/svnhookdispatcher/

You can then write a post-checkout hook to do whatever you want.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 25 00:19:39 2007

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.