Hi
I ran into the strange situation.
There is no tags in the source.
1. repo init -u ssh://myhost:port/platform/manifest.git -b [branch name] -m [test.xml] --reference=/[local mirror path]
2. repo sync -cj8
I used -m and --reference option when I run repo init.
And run repo sync add -c option.
So I checked the {source}/.git folder.
The packed-refs file was broken the link.
packed-refs -> ../../.repo/projects/forte.git/packed-refs <- this file doesn't exist.
If I don't use --reference option, no problem.
And If I don't use -c option, no problem.
And If I don't use -m option, no problem.
Anybody know this issue?