rmayr / dvcs-autosync

dvcs-autosync is a project to create an open source replacement for Dropbox/Wuala/Box.net/etc. based on distributed version control systems (DVCS). It offers nearly instantaneous mutual updates when a file is added or changes on one side but with the added benefit of (local, distributed) versioning and does not rely on a centralized service provider.
http://www.mayrhofer.eu.org/dvcs-autosync
Other
98 stars 14 forks source link

decide on which bugtracker to use #2

Closed Dieterbe closed 13 years ago

Dieterbe commented 13 years ago

I have a whole bunch of tickets I want to file, so once you figure out which bugtracker we'll use, I can start filing :)

rmayr commented 13 years ago

Am Sonntag, 3. April 2011, um 17:46:11 schrieb Dieterbe:

I have a whole bunch of tickets I want to file, so once you figure out which bugtracker we'll use, I can start filing :) I will have to look at how well the bug tracking works at GitHub - probably this week. Do you have any good experience with other bug trackers that integrate well with git hosting?

best regards, Rene

Dieterbe commented 13 years ago

On Mon, 4 Apr 2011 05:28:26 -0700 rmayr reply@reply.github.com wrote:

Am Sonntag, 3. April 2011, um 17:46:11 schrieb Dieterbe:

I have a whole bunch of tickets I want to file, so once you figure out which bugtracker we'll use, I can start filing :) I will have to look at how well the bug tracking works at GitHub - probably this week. Do you have any good experience with other bug trackers that integrate well with git hosting?

best regards, Rene

redmine is nice - http://www.redmine.org/ but I don't know of any hosted solutions, you need to set it yourself I think. see for istance http://luakit.org/projects/luakit/issues http://redmine.lighttpd.net/projects/lighttpd/issues it does lots of things nicely, blog, wiki, issues, ...

there's also http://lighthouseapp.com which works okay - I used to use it with cakephp http://cakephp.lighthouseapp.com , it's a hosted solution.

Dieter

Dieterbe commented 13 years ago

seems like github gave the issue tracker a big (quite needed) overhaul. https://github.com/blog/831-issues-2-0-the-next-generation

rmayr commented 13 years ago

Until I have my own redmine instance set up properly and am fully happy with all the workflows, we can simply use github. The most important tickets we could convert later on.