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

Re: subversion monitoring tool

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Wed, 25 Jun 2008 06:36:27 -0500

On Jun 25, 2008, at 06:29, Manoj Kumar wrote:

>> On Jun 25, 2008, at 06:08, Manoj Kumar wrote:
>>
>>> Can somebody tells me the subversion monitoring tool ?
>>
>> Can you be more specific? What would you like to monitor?
>
>
> I want to monitor all the activities which is happening on subversion
> server. Who is adding,modifying,deleting the files. All the details
> with
> timestamp ownership.

You can write hook scripts which the repository server will run at
certain times. For example, you can write a "post-commit" hook which
runs after every commit is made, and you can write a "post-revprop-
change" hook which runs every time someone changes a revision
property. Since these hooks are scripts written by you in any
programming language you like, you can do anything in them -- send
out an email, log information to a database, etc. You can read more
about hooks here:

http://svnbook.red-bean.com/en/1.4/
svn.reposadmin.create.html#svn.reposadmin.create.hooks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-25 13:36:52 CEST

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.