Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-11 Thread Simon Hausmann
On Tuesday 09 October 2007 06:29:36 Oliver Hunt wrote: [...] > I think > (and i'm hoping others agree) that despite the slightly more complex > interface the improved merging, branching, and speed mean that we > should seriously consider switching to git as our primary RCS. > > Any comments from ot

RE: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Chris Brichford
EMAIL PROTECTED] On Behalf Of Lars Knoll Sent: Tuesday, October 09, 2007 1:22 AM To: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Should we consider switching to git over svn? . . . . . . * Last but not least: Internally in Trolltech a lot of developers are currently using git on t

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Adam Roben
On Oct 9, 2007, at 6:40 AM, David D. Kilzer wrote: The biggest issue I see from using a git development model is that the WebKit project would need its own "Linus" to integrate changes from branches/clones into the main tree, unless using git is simply another means-to-an- end for generati

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread David D. Kilzer
Oliver Hunt <[EMAIL PROTECTED]> wrote: > On the other hand, those of us using git currently have to use the > git-svn bridge which, while functional, is somewhat slow. I think > (and i'm hoping others agree) that despite the slightly more complex > interface the improved merging, branching,

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Lars Knoll
I'll just add my 2 cents here. I'm very much in favor of switching over to git at some point. There are many reasons for that, but I'll try to highlight the main ones that come to my mind (in addition to the ones Oliver mentioned already): * local repository and working offline: I often have to

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Oliver Hunt
On Oct 9, 2007, at 12:35 AM, Brady Eidson wrote: On Oct 8, 2007, at 11:30 PM, Oliver Hunt wrote: The average user uses update-webkit + some manual work, svn-create- patch, svn-apply-patch Behind the scenes these do, svn up, svn diff + some magic, patch + magic Yup Under git they would

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Mark Rowe
On 09/10/2007, at 17:31, Mike Hommey wrote: On Mon, Oct 08, 2007 at 10:40:27PM -0700, Oliver Hunt <[EMAIL PROTECTED] > wrote: ... and only follows the trunk, AFAICS. Whether you switch to git or not, I'd like at least the feature-branch to be available in a git- svn bridge. Git has it's

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Brady Eidson
On Oct 8, 2007, at 11:30 PM, Oliver Hunt wrote: The average user uses update-webkit + some manual work, svn-create- patch, svn-apply-patch Behind the scenes these do, svn up, svn diff + some magic, patch + magic Yup Under git they would be git fetch && git rebase origin/master + unfortuna

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Mike Hommey
On Mon, Oct 08, 2007 at 10:40:27PM -0700, Oliver Hunt <[EMAIL PROTECTED]> wrote: > > > > >... and only follows the trunk, AFAICS. Whether you switch to git or > >not, I'd like at least the feature-branch to be available in a git-svn > >bridge. > > > Git has it's own svn bridge, if you add I was t

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Alexey Proskuryakov
On 10/9/07 8:29 AM, "Oliver Hunt" <[EMAIL PROTECTED]> wrote: > Unfortunately, git is still not as user friendly as svn, and has a > relatively steep learning curve (largely due to it using some similar > commands to svn for completely different purposes :-/ ) My understanding is that tool suppo

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Lars Knoll
On Tuesday 09 October 2007, Timothy Hatcher wrote: > I think Git is rather slow on Windows I hear. Yes, it's quite a bit slower than on Unix systems. But there has been quite a bit of work happening lately on the windows port speeding it up substantially. It's now pretty usable for us (Qt develo

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Oliver Hunt
The average user uses update-webkit + some manual work, svn-create- patch, svn-apply-patch Behind the scenes these do, svn up, svn diff + some magic, patch + magic Under git they would be git fetch && git rebase origin/master + unfortunately some manual work (described below) git diff master

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Oliver Hunt
So is svn, it's quite stunning how all of these tools take a eprf hit on windows :-/ --Oliver On Oct 8, 2007, at 10:53 PM, Timothy Hatcher wrote: I think Git is rather slow on Windows I hear. On Oct 8, 2007, at 9:29 PM, Oliver Hunt wrote: * Speed: Git is much faster than svn (which become

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Timothy Hatcher
I think Git is rather slow on Windows I hear. On Oct 8, 2007, at 9:29 PM, Oliver Hunt wrote: * Speed: Git is much faster than svn (which becomes very valuable on windows, — Timothy Hatcher ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Oliver Hunt
On windows at least, it took time in that region, hyatt can confirm as he knows how long i was waiting for it. If this takes five hours then something is seriously wrong. I did this recently and it did take a while, but it was not more than one hour. - Mark ___

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Brady Eidson
I think a 100% firm prerequisite is concise, precise, and novice-level instructions on exactly how to use git in the context of WebKit development. As someone who has been living on git for a few weeks, I find many of the conveniences to be great, and it is obviously very powerful. But "steep

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Mark Rowe
On 09/10/2007, at 15:40, Oliver Hunt wrote: ... and only follows the trunk, AFAICS. Whether you switch to git or not, I'd like at least the feature-branch to be available in a git- svn bridge. Git has it's own svn bridge, if you add [svn-remote "svn"] url = http://svn.webkit.org/r

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Oliver Hunt
... and only follows the trunk, AFAICS. Whether you switch to git or not, I'd like at least the feature-branch to be available in a git-svn bridge. Git has it's own svn bridge, if you add [svn-remote "svn"] url = http://svn.webkit.org/repository/webkit fetch = trunk:refs/remot

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Mike Hommey
On Mon, Oct 08, 2007 at 09:29:36PM -0700, Oliver Hunt wrote: > On the other hand, those of us using git currently have to use the git-svn > bridge which, while functional, is somewhat slow. ... and only follows the trunk, AFAICS. Whether you switch to git or not, I'd like at least the feature-bra

[webkit-dev] Should we consider switching to git over svn?

2007-10-08 Thread Oliver Hunt
In recent weeks/months a number of webkit developers have started using Git for day to day development, and have found it very useful. Git is yet another revision control system, but unlike RCS's such as cvs and svn it allows local branches and makes merging branches much easier. In addit