On Friday, March 8, 2013 3:05:55 PM UTC-8, Jered wrote:
On Friday, March 8, 2013 2:58:19 PM UTC-8, Scott Graham wrote:Is it perhaps prompting? Does "svn info" in src/third_party/WebKit/Source" tell you anything?
There's no visible prompt. ^Z doesn't do anything
svn info says something entirely reasonable:
C:\chromiumtrunk\src\third_party\WebKit\Source>svn info
Path: .
Repository UUID: 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Revision: 145220
Node Kind: directory
Schedule: normal
Last Changed Rev: 145220
Last Changed Date: 2013-03-08 07:25:04 -0800 (Fri, 08 Mar 2013)
If there's junk left in there, you could try rmdir /s/q third_party\WebKit\Source && gclient sync again.
By junk left in there, do you mean unversioned files in WebKit\Source? I don't think there should be, since this is a fresh tree. I will attempt to abort the sync, wipe the directory, and sync again.
^C froze gclient with the message below. I killed the hung python process, did rmdir /s/q src/third_party\WebKit\Source and ran gclient sync again from \chromiumtrunk. It's been hung with no output for about a minute.
Allowed parallel jobs: 24
# queued: 0
Ran: src, [[[... a billion directories ...]]], src/third_party/WebKit/Source
Running: 4
Traceback (most recent call last):
File "C:\depot_tools\\gclient.py", line 1765, in <module>
sys.exit(Main(sys.argv[1:]))
File "C:\depot_tools\\gclient.py", line 1754, in Main
return command(parser, argv[1:])
File "C:\depot_tools\\gclient.py", line 1526, in CMDsync
return client.RunOnDeps('update', args)
File "C:\depot_tools\\gclient.py", line 1112, in RunOnDeps
work_queue.flush(revision_overrides, command, args, options=self._options)
File "C:\depot_tools\gclient_utils.py", line 604, in flush
self.ready_cond.wait(10)
File "C:\depot_tools\python_bin\lib\threading.py", line 256, in wait
_sleep(delay)
KeyboardInterrupt