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

Re: Where can I find the detailed checkout log?

From: <kfogel_at_collab.net>
Date: 2004-10-20 14:45:18 CEST

"Cheung Chun Kui" <ckcheung@astri.org> writes:
> Is there a way to view or log which files are being checked-out by a
> user?? I can't find those detailed logs from apache access log? Thx.

Not really. But if you're using http://, you can examine the apache
access logs. You'll need to look for PROPFIND and REPORT requests;
experimentation will probably be necessary. Note also that one can't
tell the difference between updates & checkouts & diffs & merges,
because they all use the same REPORT request. Isn't that lovely?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 20 16:36:59 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.