[webkit-dev] Getting started with making Qt WebKit patches

2013-03-25 Thread Sze Howe Koh
Hello, I'm trying to submit a patch for Qt WebKit. I've applied the patch to my local copy of qtwebkit.git, but am having trouble using webkit-patch. What am I missing? I'm running Windows 8 x64, Git version 1.8.0.msysgit.0, and ActivePython 2.7.2 x64. From Git Bash, I called

Re: [webkit-dev] Getting started with making Qt WebKit patches

2013-03-25 Thread Rafael Brandao
You're probably missing subversion package. If you're on ubuntu, sudo apt-get install subversion should do the trick. On Mon, Mar 25, 2013 at 12:00 PM, Sze Howe Koh szehowe@gmail.comwrote: Hello, I'm trying to submit a patch for Qt WebKit. I've applied the patch to my local copy of

Re: [webkit-dev] Getting started with making Qt WebKit patches

2013-03-25 Thread Jocelyn Turcotte
On Mon, Mar 25, 2013 at 12:07:13PM -0300, Rafael Brandao wrote: You're probably missing subversion package. If you're on ubuntu, sudo apt-get install subversion should do the trick. On Mon, Mar 25, 2013 at 12:00 PM, Sze Howe Koh szehowe@gmail.comwrote: Hello, I'm trying to submit