[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-17 Thread Marc-Antoine Ruel
If you blow up svn.bat and python.bat in your depot tools, it will create 'svn' and 'python' scripts so cygwin will pick them up earlier (according you ran gclient recently). But personally, I stay in shape, eat healthy, use svn in cmd and git in cygwin. M-A On Tue, Jun 16, 2009 at 1:04 PM, Dar

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-16 Thread Darin Fisher
On Tue, Jun 16, 2009 at 10:01 AM, Peter Kasting wrote: > On Tue, Jun 16, 2009 at 9:55 AM, Darin Fisher wrote: > >> That's not true anymore. The canary bot uses svn from depot_tools. >> > > Then all I can say is: when I accidentally used the depot_tools svn on my > existing cygwin svn checkout l

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-16 Thread Peter Kasting
On Tue, Jun 16, 2009 at 9:55 AM, Darin Fisher wrote: > That's not true anymore. The canary bot uses svn from depot_tools. > Then all I can say is: when I accidentally used the depot_tools svn on my existing cygwin svn checkout late last week, I had to blow away the checkout to recover :( So pe

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-16 Thread Adam Barth
On Tue, Jun 16, 2009 at 9:55 AM, Darin Fisher wrote: > On Tue, Jun 16, 2009 at 9:47 AM, Peter Kasting wrote: >> WebKit trunk checkouts only work when you only use the cygwin svn.  You must never use a depot_tools svn or you will hose your checkout. >> PK > > That's not true anymore.  The canary b

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-16 Thread Darin Fisher
On Tue, Jun 16, 2009 at 9:47 AM, Peter Kasting wrote: > On Mon, Jun 15, 2009 at 11:15 PM, Adam Barth wrote: > >> Has anyone actually gotten this to work? I'm having trouble with line >> endings. It looks like my webkit.org checkout got converted to using >> CR LF line endings, but WebKitTools

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-16 Thread Peter Kasting
On Mon, Jun 15, 2009 at 11:15 PM, Adam Barth wrote: > Has anyone actually gotten this to work? I'm having trouble with line > endings. It looks like my webkit.org checkout got converted to using > CR LF line endings, but WebKitTools seems to want LF line endings. > Relatedly, which svn.exe shou

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-16 Thread Adam Barth
Improvements to prepare-ChangeLog coming in https://bugs.webkit.org/show_bug.cgi?id=26000 Adam On Mon, Jun 15, 2009 at 11:21 PM, Darin Fisher wrote: > Yeah, that issue is a pain.  I'm using a Windows svn.exe (from depot_tools). > The only time it bugged me was with ChangeLog.  After running > p

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-15 Thread Darin Fisher
Yeah, that issue is a pain. I'm using a Windows svn.exe (from depot_tools). The only time it bugged me was with ChangeLog. After running prepare-ChangeLog, I run "dos2unix ChangeLog", and then I convert "\" to "/" manually. Kind of sucks, so I filed https://bugs.webkit.org/show_bug.cgi?id=26000

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-06-15 Thread Adam Barth
Has anyone actually gotten this to work? I'm having trouble with line endings. It looks like my webkit.org checkout got converted to using CR LF line endings, but WebKitTools seems to want LF line endings. Relatedly, which svn.exe should I have in my path for WebKitTools (depot_tools or cygwin)?

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-05-12 Thread Darin Fisher
On Mon, May 11, 2009 at 5:44 PM, Ojan Vafai wrote: > On Tue, May 12, 2009 at 3:16 AM, Darin Fisher wrote: > >> Then, create a .gclient file like so: >> >> solutions = [ >> { "name" : "src", >>"url" : "http://src.chromium.org/svn/trunk/src";, >>"custom_deps" : { >> 'src/third_party/

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-05-11 Thread Ojan Vafai
On Tue, May 12, 2009 at 3:16 AM, Darin Fisher wrote: > Then, create a .gclient file like so: > > solutions = [ > { "name" : "src", >"url" : "http://src.chromium.org/svn/trunk/src";, >"custom_deps" : { > 'src/third_party/WebKit': ' > http://svn.webkit.org/repository/webkit/trunk', >

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-05-11 Thread dhhwai
In the URLs above, be sure to include the close parenthesis at the end of the URL! On May 11, 10:53 am, Darin Fisher wrote: > No, it doesn't.  I agree that a safesync URL would be awesome. > -Darin > > > > On Mon, May 11, 2009 at 10:46 AM, Alex Russell wrote: > > > Does green builder output for

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-05-11 Thread Darin Fisher
No, it doesn't. I agree that a safesync URL would be awesome. -Darin On Mon, May 11, 2009 at 10:46 AM, Alex Russell wrote: > > Does green builder output for this bot get archived? I ask because it > would be nice to be able to specify a safesync URL for gclient. > > Regards > > On Mon, May 11,

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-05-11 Thread Darin Fisher
On Mon, May 11, 2009 at 10:16 AM, Darin Fisher wrote: > It is now fairly easy to develop Chrome using tip-of-tree WebKit. > > First before doing anything, you should make sure that the canary bot > is green (at least the compile step): > http://hae14.jail.google.com:8016/waterfall?builder=Webkit%

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-05-11 Thread Alex Russell
Does green builder output for this bot get archived? I ask because it would be nice to be able to specify a safesync URL for gclient. Regards On Mon, May 11, 2009 at 10:16 AM, Darin Fisher wrote: > > It is now fairly easy to develop Chrome using tip-of-tree WebKit. > > First before doing anythi