Re: [SVN-MIGRATION] Re: Github
[email protected] (Rasmus Lerdorf) Wed, 25 Feb 2009 12:40:43 -0800
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
Marcus Boerger wrote: > Hello Andrei, > > Wednesday, February 25, 2009, 7:23:49 PM, you wrote: > >> Marcus Boerger wrote: >>>> We can have a GitHub user "PHP Dev" owning the mainline project, and then just add the SSH >>>> public keys of those users that are allowed to update the mainline (or use the new ACL >>>> method that Rasmus was talking with GitHub guys about). >>> Yet this would change our development model completely. Not only the tools >>> we use. > >> How so? We still have only a subset of all CVS users allowed to modify the mainline right >> now. How would that change? > > GIT simply reflects the Linux development process which is taged as in > most people just upload to the next hop until everythign eventually gets > lost, deferred or ends up in Linus' repository and finally in therefor in > the next release. Is Rasmus becoming our Linus or are we going to kastrate > the whole point of the tool? Or are we going to switch repository meanings > and user names on the fly so that we can keep our RM approach? You can give lots of people access to the master on github. And in fact, with the addition of ACLs everyone should have write access to the master tree. I don't think this is defeating the point of git at all. It is simply making git fit our model. As Brian said, github gives us a decent Web interface and a really easy way to make dev work public. Git without github is a lot less appealing to me. At the same time, giving up control of our master code repository is rather scary. -Rasmus