Hi Chrominum Devs,
Recently I need to sync codes from specified tag like 99.0.4839.0. To save time I want to finish that based on the local codes synced from master branch.Below are steps of commands executed:
$export CR_BRANCH=99.0.4839.0
$cd src
$gclient sync --force --nohooks --with_branch_heads --with_tags -D -v
$git checkout -b $CR_BRANCH $CR_BRANCH
$gclient sync --force --nohooks --with_branch_heads --with_tags -D -v (Error happened here)
$gclient runhooks -v
See the log attahced, I think during the sync process gclient use some commit history information which is not sync to my localbranch, it can not find the CR-Commit Postion from my git log. Does that matter. Please shine me some light.
Thanks,
Daniel