Re: BugTracker

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Christopher Kings-Lynne <chris(dot)kingslynne(at)gmail(dot)com>
Cc: Christopher Browne <cbbrowne(at)acm(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: BugTracker
Date: 2006-08-16 17:02:32
Message-ID: 20060816170232.GL21363@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 16, 2006 at 11:12:11AM +0800, Christopher Kings-Lynne wrote:
> >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

Well, CMD does have it up and running with our repository as sucked out
of CVS. Granted, not full functionality, but better than nothing. If
Josh turns on the rest of the stuff folks could go play with it and see
what they think.

BTW, if GNATS is what FreeBSD uses I'd have to agree that it's pretty
ugly.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Volkan YAZICI 2006-08-16 17:04:07 Re: libpq Describe Extension [WAS: Bytea and perl]
Previous Message Tom Lane 2006-08-16 16:50:51 Re: selecting large result sets in psql using cursors