$ gclient sync
Syncing projects: 25% (18/70) src/third_party/cld_2/src
src/third_party/WebKit (ERROR)
----------------------------------------
[0:00:03] Started.
----------------------------------------
Error: 13>
13> ____ src/third_party/WebKit at 95f1fb093bff3df7ae69722655297dcec0827fc6
13> You have unstaged changes.
13> Please commit, stash, or reset.
The state in src/WebKit looks like this:
$ cd third_party/WebKit/
timo@localhost:WebKit ((b2ca305...))$ git status
HEAD detached at b2ca305
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: LayoutTests/fast/images/resources/missing-plte-before-trns.png
no changes added to commit (use "git add" and/or "git commit -a")
I am able to fix the error git-wise and proceed with the synchronization. However, next time I rebase-update and gclient-sync again, the error returns, usually complaining about a different file (or set of files) being unstaged in WebKit. (It's always WebKit.)
I also tried removing src/WebKit completely and doing a full sync, but to no avail.
Grateful for any advice on how to make the update cycle finish smoothly.
Thanks
Timo
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Can/should I re-run it over my existing checkout? Or should I do it from a clean, fresh directory?
Hi,I'm facing an issue I can't seem to be able to fix permanently: Each single time I run git rebase-update and gclient sync, the latter fails due to unstaged changes in WebKit:$ gclient sync
Syncing projects: 25% (18/70) src/third_party/cld_2/src
src/third_party/WebKit (ERROR)
----------------------------------------
[0:00:03] Started.
----------------------------------------
Error: 13>
13> ____ src/third_party/WebKit at 95f1fb093bff3df7ae69722655297dcec0827fc6
13> You have unstaged changes.
13> Please commit, stash, or reset.
The state in src/WebKit looks like this:
$ cd third_party/WebKit/
timo@localhost:WebKit ((b2ca305...))$ git status
HEAD detached at b2ca305
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: LayoutTests/fast/images/resources/missing-plte-before-trns.png