[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: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-07-24 22:26:59 CEST

On 7/24/07, gary (guangyuan) sun <garysun04@yahoo.com> wrote:
>
> --- Andy Levy <andy.levy@gmail.com> wrote:
>
> > On 7/24/07, gary (guangyuan) sun
> > <garysun04@yahoo.com> wrote:
> > > Hi,
> > >
> > > 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?
> >
> > No. Subversion doesn't keep track of who has checked
> > items out because
> > the copy-modify-merge model doesn't require it.
> >
> > If you mean "who has locked something" (some VCSs
> > use "checkout" to
> > mean "lock for exclusive use by this user"),
> > svnadmin lslocks will do
> > the trick, as will some work with svn st -u and svn
> > info.
> >
> > If you're serving via Apache, I believe Ryan Schmidt
> > has written a
> > tool in PHP which will parse the Apache logs any may
> > provide this sort
> > of data (who's checked things out) as well.
> >
> Andy,
>
> Where can I have Ryan Schmidt's tool?

Checking my archive of the list, it looks like
http://www.ryandesign.com/svnhookdispatcher/

However, I misremembered how it works. I think you can configure/tweak
it to get what you're looking for though.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 24 22:25:59 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.