Re: BugTracker

From: "Christopher Kings-Lynne" <chris(dot)kingslynne(at)gmail(dot)com>
To: "Christopher Browne" <cbbrowne(at)acm(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: BugTracker
Date: 2006-08-16 03:12:11
Message-ID: 1acfe1a40608152012m1b41d71cx3cd2658cbf78ca2f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Trac does support PostgreSQL...
>
> The thing I don't understand at this point is what exactly is the
> nature of the integration with the SCM.
>
> I don't see it being likely that there will be a deep integration of
> the PostgreSQL SCM (whatever the SCM platform) with Trac; that's way
> too much change to expect quickly...

Basically I have it set up like this:

* Trac has built-in browsing of the svn via the web

* When I commit, the commit message must have a reference to an open
ticket in Trac, eg:

"Rearrange blah to fix bad bug. Fixes #745"

* In trac's "development timeline", or whatever you can see all the
commits against each ticket, and just click on them to see the
complete diff for each change set in SVN.

* Commit messages can contain full wiki markup, that fully integrates
with the wiki that is all thoughout Trac. So, you can have wiki in
your commit messages that refers to other bugs, wiki pages, source
code files and lines, etc.

Basically, Trac is cool. I don't see us adopting it too quickly for
PostgreSQL though :P

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-16 03:14:17 Re: An Idea for planner hints
Previous Message mdean 2006-08-16 02:45:37 Re: BugTracker (Was: Re: 8.2 features status)