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

Re: Show the list of people who have checked out files from svn

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-06-29 23:23:42 CEST

On Jun 29, 2007, at 12:07, Eric Hanchrow wrote:

> maitrayee bhowmick writes:
>
>> Is it possible to get the list of all the people who have
>> checked out the files from Toroise SVN?
>
> I don't think so, at least, not in general.
>
> If you're using Apache, it might be possible to grovel the apache logs
> and infer checkouts from the entries in there, but I've never tried
> that.
>
> But if you're using any other access method, I think you're out of
> luck.
>
> I hope I'm wrong.

svnserve doesn't have a log of any kind, so you're right, you need to
serve with apache if you want to know this information.

Since Subversion 1.3 there's a special Subversion access log format
you can use to get a high-level overview of what people are doing
with your repository, including checking out. See the release notes
for instructions:

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

If you're looking for something more like a post-checkout hook, then
you're in luck, because I wrote a script to give you that:

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 29 23:24:14 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.