Re: [eigen] moving to a serious issue/patch tracker |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] moving to a serious issue/patch tracker
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 3 Oct 2010 13:15:33 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=WiHBACPtsAJil3gFhLvwo1peZ9Ax/srNiIYM82FefjI=; b=GP2R3wbSsu/UBgqw8mWZJsd43O8KO9JKO7R5O0gb3oXS2DC295Onhr0qTF1BiIvr1o 7zJZjh8bnWTvnjAGf4ThVR6U5IllsHHdH7bv2EB834sDHTM1XEAeCcEVyUNIkzVgKJJi K7svkRATKmB8jkyPogHDtdS171/uWPQh2WOvg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=nwHFlrBI0MPZTgAGihcbvdOLuoRsGVecHBh8V5gNrwyYNFPG3hfo9equtxZClFrw9P vwjvLWofWQ8HL/QfWjijxyvVi+kXfvTA4pPQIbYvdDT7liG+FIvegWWFdAfWMmiquBvT cpQxslr5C2967BrDdZHCg8WkqZIkMeAkl8Uzc=
2010/10/3 Márton Danóczy <marton78@xxxxxxxxx>:
> Benoit,
>
> I'd like to speak in favour of Redmine. I'm not exactly sure what the
> workflow is that you have in mind, but with Redmine, too, you can have
> long discussions below an issue and attach patches (or any other file)
> to the issue.
Only if by "patches" you mean "attachments". This doesn't integrate
with any patch reviewing system. I don't need much from a patch review
system, but I need it to be possible to request review, and
accept/reject a patch. There are Redmine extensions doing that, but
they implement a different workflow a la reviewboard where each patch
is a completely separate entity with its own discussion thread.
> Moreover, Redmine has a wiki,
We don't want to move away from mediawiki.
> a repository browser,
> discussion boards, news, etc., and you can cross-link everything, e.g.
> commit messages or wiki pages to issues. Thus, everything connected to
> Eigen could be integrated in one site, even Bitbucket wouldn't be
> needed any more.
That would be nice, but it's not the problem that I'm trying to solve
right now. Redmine doesn't solve my above-mentioned problem.
Also, we could easily move the Mercurial repository to Tuxfamily and
install a repository browser. The reason why we stay at bitbucket is
the forks system, but if the bugzilla move is as successful as I hope
to restructure our community, that could eventually not be needed
anymore.
> To have a look at it, check out Redmine's own Redmine :) at
> www.redmine.org as a good example how it would look like.
See first email in this thread: we do already have a toy redmine
instance that Thomas set up for us. It even has a patch-reviewing
extension installed.
Benoit