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

RE: Re: subversion monitoring tool

From: james donovan <james13d_at_yahoo.com>
Date: Wed, 25 Jun 2008 12:46:47 -0700 (PDT)

We are using fisheye, but don't care for it that much. It's a real resource hog on the server and it has security issues. SmartSVN will give you all the information you need except for the pretty little graph.

There is always: http://www.statsvn.org/index.html

My 2 cents....

--- On Wed, 6/25/08, Anderson, Aaron <AndersonA_at_gsicommerce.com> wrote:

> From: Anderson, Aaron <AndersonA_at_gsicommerce.com>
> Subject: RE: Re: subversion monitoring tool
> To: "Manoj Kumar" <Manoj.Kumar_at_S1.com>
> Cc: users_at_subversion.tigris.org
> Date: Wednesday, June 25, 2008, 9:31 AM
> 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

      

---------------------------------------------------------------------
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 21:47:10 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.