Open GoogleCodeExporter opened 8 years ago
I've found the problem in the manifest file: the default element is lacking a
revision attribute. I was able to workaround the bug in git-repo by adding the
missing attribute to my manifest file:
- <default remote="server"/>
+ <default revision="master" remote="server" />
But in the end, there's either a bug in git-repo code or in documentation,
since the associated DTD doesn't seems to require revision attribute:
<!ELEMENT default (EMPTY)>
<!ATTLIST default remote IDREF #IMPLIED>
<!ATTLIST default revision CDATA #IMPLIED>
<!ATTLIST default dest-branch CDATA #IMPLIED>
<!ATTLIST default sync-j CDATA #IMPLIED>
<!ATTLIST default sync-c CDATA #IMPLIED>
<!ATTLIST default sync-s CDATA #IMPLIED>
Original comment by yann@droneaud.fr
on 20 Nov 2013 at 9:45
Original issue reported on code.google.com by
yann@droneaud.fr
on 19 Nov 2013 at 5:34