> >> -----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...
> >>
> > On Tue, Mar 22, 2011 at 5:45 AM, Cooke, Mark wrote:
> > 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.
>
> -----Original Message-----
> From: Nico Kadel-Garcia [mailto:nkadel_at_gmail.com]
> Sent: 22 March 2011 12:49
> Subject: Re: issue tracking, code diff/review
>
> 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.
>
Curious, why would Trac need write access to the subversion backend?
Mine is configured on Windoze, so I guess I have fewer options to configure although I have tried to tie it down sensibly. I had more problems learning how to setup apache (and am now having the same but different issues setting it up on an Ubuntu box at home).
~ mark c
Received on 2011-03-22 14:23:32 CET