Re: Github
[email protected] (Johannes Schlüter) Wed, 25 Feb 2009 11:04:17 +0100
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <1235556257.5774.88.camel@goldfinger> |
On Tue, 2009-02-24 at 14:56 -0800, Rasmus Lerdorf wrote: > Had an interesting meeting with the Github folks today. As you probably > all know, I have been rather reluctant to switch away from CVS until we > found something that was clearly better. Until the very latest release > of Subversion, I didn't see it with SVN. And now with the rise of > Github in the last 3 months and a number of projects making the move I > think we need to take a look at it. I really like git. With github I have one problem: As far as I can see a tree is always owned by a user not by a group of users. Tis makes it, for me as a user, hard to identify the mainline. There seem to be some projects (I found MaNGOS as an example http://github.com/mangos) where a user named like the project exists so either thats again a single person or they share the password. As a comparison (not that I like bzr more than git, but ...) on launchpad there are the users, like me https://launchpad.net/~johannes-s who are member of groups, like "MySQL Developers" https://launchpad.net/~mysql who can own projects and branches while everybody in that group has some rights on that project/branch (I never looked at the different rights there are in detail) johannes