Arc Forumnew | comments | leaders | submitlogin
1 point by temp123 5678 days ago | link | parent

If it's this much trouble getting it working on github, maybe it would be worthwhile to try, say, Canonical's [Launchpad][1]---which uses [Bazaar][2]. Both seem pretty well-documented.

[1]: https://launchpad.net/ [2]: http://bazaar-vcs.org/

Here's info on migrating:

http://bazaar-vcs.org/BzrMigration

and here's some general diffs between git and bzr:

http://bazaar-vcs.org/BzrForGITUsers



1 point by cchooper 5678 days ago | link

I had a look at the site, and it isn't clear to me that anyone can push to a repository. Anyone can branch someone else's code, but I think you need permission to merge your changes into the main project. Can anyone confirm this?

-----