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

Re: issue tracking, code diff/review

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Tue, 22 Mar 2011 08:48:38 -0400

On Tue, Mar 22, 2011 at 5:45 AM, Cooke, Mark <mark.cooke_at_siemens.com> wrote:
>> -----Original Message-----
>> From: bruce [mailto:badouglas_at_gmail.com]
>> Sent: 22 March 2011 05:34
>> To: users_at_subversion.apache.org
>> Subject: issue tracking, code diff/review
>>
>> Hi.
>>
>> I've got a basic workflow app that allows users to manage software
>> apps, for different roles. For the "review" role, I'm trying to find a
>> simple issue tracking app/code diff/review app that I can modify, to
>> hook into what I'm creating. I've started looking into
>> mantis/indefero, etc...
>>
>> Something simple/free would be useful!! I know I'm going to have to
>> merge login/user tbls, and probably other tbls regardless of what I
>> choose.
>>
>> Any thoughts/comments would be appreciated..
>>
>> Thanks...
>>
> Trac: http://trac.edgewall.org/
>
> ...tickets, configurable workflow, good support for subversion e.g. can
> (re)view changesets from inside Trac.  Trac is extensible (check out
> http://trac-hacks.org/ for lots of samples) and open source Python.

Trac is *very* powerful and flexible. It's also a bit awkward to set
up with good permissions to allow the daemon that runs the web server
(typically as the "apache" user) to have write access to your back end
subversion, and to propagate any subtle permissions to backups of the
Subversion environment. I had considerable difficulty getting it to
work with the Apache "suexec" capability, but eventually succeeded.
Received on 2011-03-22 13:49:11 CET

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.