On Fri, May 8, 2009 at 9:49 AM, Darin Fisher <[email protected]> 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...

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to