Hello,
I have two branches one for 88.0.4324.182 and another for 92.0.4515.40 in the same local git repository. There is a folder called third-party/vulkan-deps in 92.0.4515.40 but not available in 88.0.4324.182.
Currently I am on branch for 92.0.4515.40. At this time the .gclient_entries have this entry for vulkan_deps .
Now, I checked out to the branch for 88.0.4324.182 and run gclient sync -D and I get this error : -
Error: Command 'git -c core.quotePath=false diff --name-status refs/heads/chromium/4515' returned non-zero exit status 128 in C:\officeWork\inrBuild\chromium\src\third_party\vulkan-deps
fatal: ambiguous argument 'refs/heads/chromium/4515': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Could you tell me what's going wrong here?