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

Re: Commit/Update log or hook?

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-25 21:44:08 CEST

On Oct 25, 2006, at 12:59, Dominick Layfield wrote:

> I want to know who checks out/updates code from my repository, from
> where, and
> when. Is it possible to find out this information from
> Subversion's log files?
> Or perhaps by installing a post-update hook?

Only the Apache module has a log; svnserve does not.

As of Subversion 1.3, you can configure a high-level mod_dav_svn log
which records things like who checks out and updates what. It is
described in the release notes here:

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

Using this logging feature, I implemented two new hooks which are not
usually available in Subversion: post-checkout-or-export and post-
update. You can get the script here:

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 Wed Oct 25 21:44:57 2006

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.