Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
No more local copy of WebCore and JavaScriptCore!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Darin Fisher  
View profile  
 More options May 8, 12:49 pm
From: Darin Fisher <da...@chromium.org>
Date: Fri, 8 May 2009 09:49:13 -0700
Local: Fri, May 8 2009 12:49 pm
Subject: No more local copy of WebCore and JavaScriptCore!

I just committed a change that deletes our local copy of WebCore and
JavaScriptCore (we use the wtf/ directory from here).
http://src.chromium.org/viewvc/chrome?view=rev&revision=15644

This change should be fairly uneventful to you.  You will just notice a
bunch of files being deleted and re-checked out once you next sync.

If you hack on WebCore, then you are already committing your changes
upstream to svn.webkit.org, and this change shouldn't matter to you.

If you are a WebKit merger, then this changes everything.  Now, instead of
running the merge script, you will just be responsible for rolling DEPS to
the next good revision of WebKit (and making corresponding fixes to the
chromium repository as usual).  Dimitri will be sending out details about
how this process will work.

-Darin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Kegel  
View profile  
 More options May 8, 1:06 pm
From: Dan Kegel <daniel.r.ke...@gmail.com>
Date: Fri, 8 May 2009 10:06:11 -0700
Local: Fri, May 8 2009 1:06 pm
Subject: Re: [chromium-dev] No more local copy of WebCore and JavaScriptCore!

On Fri, May 8, 2009 at 9:49 AM, Darin Fisher <da...@chromium.org> wrote:
> I just committed a change that deletes our local copy of WebCore and
> JavaScriptCore (we use the wtf/ directory from here).
> http://src.chromium.org/viewvc/chrome?view=rev&revision=15644
> This change should be fairly uneventful to you.  You will just notice a
> bunch of files being deleted and re-checked out once you next sync

gclient sync now crashes for me:

svn: '/home/dank/chromium/src/third_party/WebKit/WebCore' is not under version c
ontrol
Traceback (most recent call last):
  File "/home/dank/chromium/depot_tools/release/gclient.py", line 1643, in <modu
le>
    result = Main(sys.argv)
  File "/home/dank/chromium/depot_tools/release/gclient.py", line 1638, in Main
    return DispatchCommand(command, options, args)
  File "/home/dank/chromium/depot_tools/release/gclient.py", line 1569, in Dispa
tchCommand
    return command_map[command](options, args)
  File "/home/dank/chromium/depot_tools/release/gclient.py", line 1489, in DoUpd
ate
    return client.RunOnDeps('update', args)
  File "/home/dank/chromium/depot_tools/release/gclient.py", line 1221, in RunOn
Deps
    scm.RunCommand(command, self._options, args, file_list)
  File "/home/dank/chromium/depot_tools/release/gclient.py", line 668, in RunCom
mand
    return commands[command](options, args, file_list)
  File "/home/dank/chromium/depot_tools/release/gclient.py", line 725, in update
    '.')
  File "/home/dank/chromium/depot_tools/release/gclient.py", line 561, in Captur
eSVNInfo
    dom = xml.dom.minidom.parseString(info)
  File "/usr/lib/python2.5/xml/dom/minidom.py", line 1925, in parseString
    return expatbuilder.parseString(string)
  File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 940, in parseString
    return builder.parseString(string)
  File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 223, in parseString
    parser.Parse(string, True)
xml.parsers.expat.ExpatError: no element found: line 3, column 0

Deleting the WebCore lines from .gclient_entries didn't help :-(

I guess I'll try to reinitialize...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darin Fisher  
View profile  
 More options May 8, 1:16 pm
From: Darin Fisher <da...@chromium.org>
Date: Fri, 8 May 2009 10:16:49 -0700
Local: Fri, May 8 2009 1:16 pm
Subject: Re: [chromium-dev] No more local copy of WebCore and JavaScriptCore!

That's unfortunate... I wonder what is different about your setup.  The
buildbots and trybots and my personal Linux box were all happy with the
change.

Maybe just try deleting all of third_party/WebKit, and then re-run gclient
sync.

-Darin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Kegel  
View profile  
 More options May 8, 1:20 pm
From: Dan Kegel <daniel.r.ke...@gmail.com>
Date: Fri, 8 May 2009 10:20:58 -0700
Local: Fri, May 8 2009 1:20 pm
Subject: Re: [chromium-dev] No more local copy of WebCore and JavaScriptCore!

On Fri, May 8, 2009 at 10:16 AM, Darin Fisher <da...@chromium.org> wrote:
>> gclient sync now crashes for me:

> That's unfortunate... I wonder what is different about your setup.  The
> buildbots and trybots and my personal Linux box were all happy with the
> change.
> Maybe just try deleting all of third_party/WebKit, and then re-run gclient
> sync.

Yes, that worked.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lei Zhang  
View profile  
 More options May 8, 1:31 pm
From: Lei Zhang <thes...@chromium.org>
Date: Fri, 8 May 2009 10:31:04 -0700
Local: Fri, May 8 2009 1:31 pm
Subject: Re: [chromium-dev] Re: No more local copy of WebCore and JavaScriptCore!

On Fri, May 8, 2009 at 10:20 AM, Dan Kegel <daniel.r.ke...@gmail.com> wrote:

> On Fri, May 8, 2009 at 10:16 AM, Darin Fisher <da...@chromium.org> wrote:
>>> gclient sync now crashes for me:

>> That's unfortunate... I wonder what is different about your setup.  The
>> buildbots and trybots and my personal Linux box were all happy with the
>> change.
>> Maybe just try deleting all of third_party/WebKit, and then re-run gclient
>> sync.

> Yes, that worked.

I also had to delete third_party/WebKit. Gclient sync was crashing in
CaptureSVNInfo() because the svn info --xml output was a skeleton XML
file.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darin Fisher  
View profile  
 More options May 8, 1:35 pm
From: Darin Fisher <da...@chromium.org>
Date: Fri, 8 May 2009 10:35:54 -0700
Local: Fri, May 8 2009 1:35 pm
Subject: Re: [chromium-dev] Re: No more local copy of WebCore and JavaScriptCore!

Interesting... sorry about the hassle!
-Darin

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc-Antoine Ruel  
View profile  
 More options May 8, 2:08 pm
From: Marc-Antoine Ruel <mar...@chromium.org>
Date: Fri, 8 May 2009 11:08:37 -0700
Local: Fri, May 8 2009 2:08 pm
Subject: Re: [chromium-dev] Re: No more local copy of WebCore and JavaScriptCore!
Will take a look but won't be able to fix this in time. Sorry about that :(

M-A


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Kasting  
View profile  
 More options May 8, 2:18 pm
From: Peter Kasting <pkast...@chromium.org>
Date: Fri, 8 May 2009 11:18:08 -0700
Local: Fri, May 8 2009 2:18 pm
Subject: Re: [chromium-dev] No more local copy of WebCore and JavaScriptCore!

On Fri, May 8, 2009 at 9:49 AM, Darin Fisher <da...@chromium.org> wrote:
> I just committed a change that deletes our local copy of WebCore and
> JavaScriptCore (we use the wtf/ directory from here).
> http://src.chromium.org/viewvc/chrome?view=rev&revision=15644

> This change should be fairly uneventful to you.  You will just notice a
> bunch of files being deleted and re-checked out once you next sync.

Worked fine on one checkout.  On another I got:
Error: Can't switch the checkout to
http://svn.webkit.org/repository/webkit/trunk/WebCore@43401; UUID don't
match

I suspect I have local modifications in that third_party/WebKit, so that's
probably the cause.  Too bad svn's error messages are SOOOOOO informative.

PK

P.S. "UUID don't match"?  Grammar much, svn devs?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google