|
From: Blake W. <bw...@la...> - 2010-10-04 21:55:29
|
On 10-10-04 5:40 PM, will kahn-greene wrote: >>> We've switched from svn to git. That solved a bunch of problems. Yay! >>> 1. issue tracking >> So, why not use GitHub's issue tracker? > We're not using Github--we're using Gitorious. I kind of like Gitorious > and I don't want to switch unless there's a very compelling reason to do so. That makes a lot of sense. (When you said you switched to git, I figured you must be using GitHub. ;) >>> 6. must be Free Software >> Well, that's a reason, but if you're not installing the tracker, does it >> still have to be Free? > We're switching off of SourceForge because it was a total pain in the > ass. I'd rather not use another hosted solution that I have no control > over unless there's a very compelling reason to do so. > > I'd rather spend my time writing my own system or enhancing an existing one. So, I've been working on a project called Basie <http://basieproject.org/> which would be perfect for what you're trying to do, except it's not really production quality. The direction Basie is now taking is to extract out the useful bits, and make them available to plug into Django as Pinax <http://github.com/pinax/pinax/> apps. Fortunately, there's already a Pinax app for issue tracking <http://github.com/pinax/pinax/tree/master/pinax/apps/tasks/>, and the Basie project has contributed a VCS-browser. Sadly, the VCS-browser only supports svn and hg for now <http://bitbucket.org/basie/vcsbrowser/src/tip/apps/vcsbrowser/backends/>, but adding git support shouldn't be too hard. (It was mainly licensing issues which were preventing it, afair.) Later, Blake. |