We rolled out Fisheye and it does much of what you are asking for:
- RSS subscriptions for changelogs
- Email notifications upon specifically watched files or directories or
repositories
- Full very human-readable changelogs
- Can give you a single place to look at all of this across multiple SVN
repos
I would definitely recommend it.
http://www.atlassian.com/software/fisheye/ - you can download a fully
functional evaluation copy and try it out.
- Aaron Anderson
PS - I don't work for Atlassian - consider this a customer testimonial.
-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2008b_at_ryandesign.com]
Sent: Wednesday, June 25, 2008 7:36 AM
To: Manoj Kumar
Cc: users_at_subversion.tigris.org
Subject: Re: subversion monitoring tool
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
---------------------------------------------------------------------
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 16:31:38 CEST