ascobol
ascobol

Reputation: 7706

Which open source forges for bzr/bazaar?

I'm looking for an open source forge that we can host in our lab for some private projetcs. Our favorite DVCS is bzr so this forge must support bzr repositories.

While Launchpad is open source, this forge does not seem to be admin-friendly for hosting a private clone (no support, no migration script for database schema modifications, etc).

Are you aware of any good alternative ?

Thanks !

Edit:

We are now using git for our projects, and rhodecode to manage central repositories.

Upvotes: 0

Views: 241

Answers (4)

ascobol
ascobol

Reputation: 7706

There is a new one: sloecode. It is still a rather young project. Several plugins are still missing, like a bug tracker and a wiki, but those features are planned. It's worth looking at it for small private branches.

http://how-bazaar.blogspot.com/2011/03/announcing-sloecode.html

https://launchpad.net/sloecode

Upvotes: 1

AmanicA
AmanicA

Reputation: 5505

Where I work they started to use Gforge AS a couple of years ago. Since I love Bazaar I made a bzr plugin for gforge. It was not 100% complete but was functional enough to use - it is still in use where I work.

On looking this up for you, I saw Fusion Forge which might be easier to get going, it is a fork of the free Gforge with built in support for bazaar.

Upvotes: 1

Joel J. Adamson
Joel J. Adamson

Reputation: 723

Savannah uses many VC systems, including Bazaar. I'm not sure what you mean by "admin-friendly" but it's been quite friendly to me. I also have a project on Launchpad.

Upvotes: 0

bialix
bialix

Reputation: 21473

You can use Redmine or Trac (required trac-bzr plugin) installations to host your private projects.

Upvotes: 3

Related Questions