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

Re: recommanded bugtracking system to plug with subversion

From: Sean Laurent <sean_at_neuronfarm.com>
Date: 2005-04-19 16:44:40 CEST

On Tuesday 19 April 2005 09:34 am, Proniewski Patrick wrote:
> On 19 avr. 05, at 16:13, François Beausoleil wrote:
> > Take a look at Trac. It features complete integration with Subversion
> > (repository browsing, bug tracking and wiki).
> >
> > See http://www.edgewall.com/trac/
>
> Does it come with hooks for subversion, so that a commit, for example,
> can create a report, or close a ticket in Trac ?

We use Mantis and, using a relatively naive approache, created a simple
post-commit script that updates Mantis under certain circumstances. If the
the commit message contains "FIXED BUG xxxx", the script marks the the bug as
Fixed and adds a note with the commit message and a link back to the revision
in ViewCVS. If the commit message contains "BUG xxxx" but not "FIXED BUG
xxxx", the script adds a note but doesn't change the state of the bug.

Mantis provides a sample checkin.php script that can be easily modified and
extended...

-Sean

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 19 16:51:20 2005

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.