greetings
I am trying to use short SHA values (8 digits) as a revision
<extend-project name="PROJ_AAA" revision="c7cb79bd" />
however when running repo sync i get the following error
fetching: 0% (0/1) 0:00 | 1 job | 0:00 PROJ_AAA @ PROJ_AAA fatal: couldn't find remote ref refs/heads/9dcb10d30d
Based on the error - looks like short SHA value was mistakenly considered by repo as a branch name. Looking full sha value works fine.
Ara short SHA supported by repo? is there a way to explicitly indicate to repo that the revision is SHA and not branch?
Thanks Martin.
Does it mean that short sha is not supported?
how does repo currently identify long sha? long sha works and are not misinterpreted as branches....
for the future I can think of helper prefix. Something like revision="sha/12345678"
"sha:12345" - this is illegal branch name ... it is not about the syntax - it is about the approach...u can find appropriate syntax if u want
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/a2d07587-ea4e-42a4-950a-31a266289d22n%40googlegroups.com.