1

Are there any interesting projects allowing bazaar repositories management? I'd like at least project + group + user management. Web based code browsing isn't critical but would be nice too. I know of bazitis, but considering it's pretty much dead I'm not sure I want to use it.

Unfortunately launchpad doesn't seem like a good solution either, taking over the system and not being very easy to deploy quickly. Are there some alternatives?

viraptor
  • 33,322
  • 10
  • 107
  • 191

2 Answers2

3

(I'll copy my answer from another question here.) You can use sloecode for hosting bazaar branches and you can use loggerhead for a web view of the code. Another option to consider is fusionforge.org I think on Ubuntu you can apt-get that these days.

Community
  • 1
  • 1
AmanicA
  • 4,659
  • 1
  • 34
  • 49
  • I've seen sloecode, but unfortunately it's not stable for me (throws exceptions on every other request). Their docs are completely incorrect in some places too :( – viraptor Jun 21 '11 at 14:13
1

There is bzr_access script in bzr sources (look inside contrib directory).

bialix
  • 20,053
  • 8
  • 46
  • 63
  • Probably I didn't make it very clear, but I wanted the user access to be managed using the web interface - without messing around with local files directly. – viraptor Jun 21 '11 at 10:32