[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,

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

2009-06-16 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

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

2009-06-16 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-16 Thread Peter Kasting
On Mon, Jun 15, 2009 at 11:15 PM, Adam Barth aba...@chromium.org 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,

[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 Fisherda...@chromium.org wrote: On Tue, Jun 16, 2009 at 9:47 AM, Peter Kasting pkast...@google.com 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

[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 da...@chromium.org 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

[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 pkast...@google.com wrote: On Tue, Jun 16, 2009 at 9:55 AM, Darin Fisher da...@chromium.org 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

[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 o...@chromium.org wrote: On Tue, May 12, 2009 at 3:16 AM, Darin Fisher da...@chromium.org wrote: Then, create a .gclient file like so: solutions = [ { name : src, url : http://src.chromium.org/svn/trunk/src;, custom_deps : {

[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 da...@chromium.org wrote: It is now fairly easy to develop Chrome using tip-of-tree WebKit. First

[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 da...@chromium.org 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):

[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 slightly...@google.com 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