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

RE: Subversion and MantisBT integration on Win32

From: RaveRod <raverod_at_mantrasoftware.net>
Date: 2005-01-28 17:11:25 CET

Yeah never mind. I created a post-commit script that calls a PHP file (based
on checkin.php) that adds the log and revision number to the bug in MantisBT
(using bugtraq: properties).

I'm going to make a tutorial for this on my website when I get a chance. At
least then there will be some documentation on this.

-----Original Message-----
From: Sean Laurent [mailto:sean@neuronfarm.com]
Sent: Saturday, 29 January 2005 2:04 AM
To: users@subversion.tigris.org
Subject: Re: Subversion and MantisBT integration on Win32

On Wednesday 26 January 2005 09:56 pm, RaveRod wrote:
> Does anyone have any suggestions (or tutorial links) on setting up
> Subversion and MantisBT integration on Windows XP?
>
> I looked at ScmBug but that's only on Unix and it doesn't seem to compile
> well under Windows. I cannot seem to find any others that run on Win32 and
> that have enough documentation to show a full installation.
>
> Something like Subissue would be perfect.

What exactly would you like to accomplish?

I'm using Subversion 1.1.3 and Mantis 0.19.2 on Linux. Mantis 0.19 added a
script to help automatically add bugnotes to issues at check-in time.

The script accepts a log message via STDIN and searches for the phrase
"issue
xxx". It builds a list of all issues referenced in the log message and then

adds a bugnote containing the log message to each of the issues.

I wrote a post-commit hook that extracts the Subversion log message, builds
the text of the bugnote (including a reference to the revision via ViewCVS)
and calls the checkin.php script.

If this interests you, I would be more than willing to share the post-commit

script.

-Sean
------------------------------
I'd rather be playing Tradewars!
------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 28 17:15:04 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.