Fr4ncky / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

Repo reports fatal error when multiple manifests have notice element #169

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Affected Version:v1.12.16
Environment: Ubuntu 14.04 x64 & OSx 10.9.3

What steps will reproduce the problem?
1. Have a manifest.xml that contains <notice> element
2. Add local_manifest that also contains a <notice> element
3. Run repo manifest/sync

What is the expected output? What do you see instead?
Expectation is that notices should be concatenated and displayed (order of 
notices is irrelevant)

instead repo fails with the following:
fatal: duplicate notice in /repo_project/.repo/manifest.xml

Please provide any additional information below.

Original issue reported on code.google.com by jdelh...@gmail.com on 30 May 2014 at 6:34