Live data from Hacker News

PHP will switch to git

news.php.net

11–20 of 108 posts

Re: PHP will switch to git

#11
post #7

Earlier quoted context omitted.

Why?

What treffer said. It'll be like the old days of sourceforge, just better and simpler. I love how easy it is to commit to projects on github. Also love the idea of a centralized place to follow all your favorite projects. If linux can be on github i would think php could as well.

Linux is not on github[1]. A temporary mirror of it is, since kernel.org is down.

[1] Unless you count mirrors, in which case both Linux and PHP are on github.

Re: PHP will switch to git

#12
post #6

Earlier quoted context omitted.

because github is one of the most visible and most visited source hosting sites?

I still don't get your point. It's the most visited source hosting site, no doubt about that, so...? On the subject of the topic, I'm getting tired of this git euforia. The linked message says zero about the reason beyond a simple direct voting. So, for no reason they decided to have a voting and ignore the reasons why people vote whatever they did? Sounds like a pretty useless voting for me. Well, except if you want…

to be fair the reason is outlined in the post. "... move to a decentralized version control system."

Re: PHP will switch to git

#13
post #7

Earlier quoted context omitted.

What treffer said. It'll be like the old days of sourceforge, just better and simpler. I love how easy it is to commit to projects on github. Also love the idea of a centralized place to follow all your favorite projects. If linux can be on github i would think php could as well.

>I love how easy it is to commit to projects on github It's as simple to commit projects to github as it is to sf, bitbucket, google code, etc. Wait... you need to set up ssh credentials on github... sorry, it's more difficult to commit a project to github than it is to most of the alternatives. >Also love the idea of a centralized place to follow all your favorite projects. It's good that we like different things. I…

nothing to do with being "cool". Github have created a great piece of management software to view and manage your git repositories. It's easy to use and that is why its popular not used because its popular. Git itself is popular because its easier to use than SVN and is decentralized which is very useful.

Re: PHP will switch to git

#15
post #6

Earlier quoted context omitted.

because github is one of the most visible and most visited source hosting sites?

I still don't get your point. It's the most visited source hosting site, no doubt about that, so...? On the subject of the topic, I'm getting tired of this git euforia. The linked message says zero about the reason beyond a simple direct voting. So, for no reason they decided to have a voting and ignore the reasons why people vote whatever they did? Sounds like a pretty useless voting for me. Well, except if you want…

Well, I mean, there's a reason all the cool kids are using git these days, and it's not just to "look cool".

Re: PHP will switch to git

#16
post #2

Rasmus gave a talk yesterday and I asked if they were switching to github. He said they'd likely switch to git (it's now happening, apparently), but not github because it can't do ACLs and the PHP project has thousands of people who need commit access to various places.

And plain Git can do ACLs? I didn't know that.

Re: PHP will switch to git

#17
The votes are a stark contrast to those of the core Python developers when they were voting on which DVCS to migrate to[1]—although understandably they favoured Mercurial, they disfavoured git. (Bazaar got a good share of votes as well.) The victor's margin was much smaller.

This was all early-2009, though. I wonder if git's increasing popularity has swayed the core PHP developers?

[1] http://www.python.org/dev/peps/pep-0374/#why-mercurial-over-...

Re: PHP will switch to git

#18
post #7

Earlier quoted context omitted.

What treffer said. It'll be like the old days of sourceforge, just better and simpler. I love how easy it is to commit to projects on github. Also love the idea of a centralized place to follow all your favorite projects. If linux can be on github i would think php could as well.

PHP has been mirrored on github for awhile already if you want to follow it and stuff: https://github.com/php I don't see what difference having a git.php.net repo vs a github one will make. It's the same vcs...

True, but git.php.net would be under their control with regards to what kind of infrastructure they want to set up on it. If they hosted it on GitHub, they would have to rely on GitHub's infrastructure instead of being able to develop and maintain their own.

Re: PHP will switch to git

#19

Earlier quoted context omitted.

I still don't get your point. It's the most visited source hosting site, no doubt about that, so...? On the subject of the topic, I'm getting tired of this git euforia. The linked message says zero about the reason beyond a simple direct voting. So, for no reason they decided to have a voting and ignore the reasons why people vote whatever they did? Sounds like a pretty useless voting for me. Well, except if you want…

to be fair the reason is outlined in the post. "... move to a decentralized version control system."

bazaar and mercurial are decentralized too, so that would only rule out SVN.

Re: PHP will switch to git

#20
post #2

Rasmus gave a talk yesterday and I asked if they were switching to github. He said they'd likely switch to git (it's now happening, apparently), but not github because it can't do ACLs and the PHP project has thousands of people who need commit access to various places.

And plain Git can do ACLs? I didn't know that.

Yep, it can.
Post reply on HN