We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repo init -u xxxxxxx -b 7.0_trunk_k44
I found something. ls -l .repo/manifests/default.xml -rw-r--r-- 1 ZC 1049089 21 七月 28 10:43 .repo/manifests/default.xml
cat .repo/manifests/default.xml 7.0_trunk_k44
default.xml is not a symbollink
OS is win7 x64
The text was updated successfully, but these errors were encountered:
Did you try to use -m option to specify xml file in command line like:
-m
xml
repo init -u xxxxxxx -b 7.0_trunk_k44 -m versioned.xml
Sorry, something went wrong.
You are prolly' missing something –if not all– in the <default> tag – I had the same issue which I solved adding it as:
<default>
<default revision="master" remote="origin"/>
Solved? I also encountered the same problem on the win10 environment
Solved? I also encountered the same problem on the ubuntu environment
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
repo init -u xxxxxxx -b 7.0_trunk_k44
fatal: manifest 'default.xml' not available
fatal: error parsing manifest D:\workspace\7.0_trunk.repo\manifests\default.xml: syntax error: line 1, column 0
I found something.
ls -l .repo/manifests/default.xml
-rw-r--r-- 1 ZC 1049089 21 七月 28 10:43 .repo/manifests/default.xml
cat .repo/manifests/default.xml
7.0_trunk_k44
default.xml is not a symbollink
OS is win7 x64
The text was updated successfully, but these errors were encountered: