asciidoc problem, and a possible fix
From: hachi <hidden>
Date: 2016-06-15 22:48:29
Attachments
- asciidoc-problem.patch [application/octet-stream] 656 bytes · preview
From: hachi <hidden>
Date: 2016-06-15 22:48:29
Hello folks,
I had an issue building git on some centos 5 machines today, and in trying to interpret the error message I formed the attached patch.
The errors were:
xmlto: input does not validate (status 1)
/home/hachi/rpm/BUILD/git-1.7.0.3/Documentation/git-filter-branch.xml:463: parser error : PCDATA invalid Char value 7
Clone it with <literal>git clone +++0+++</literal>. The clone
^
/home/hachi/rpm/BUILD/git-1.7.0.3/Documentation/git-filter-branch.xml:463: parser error : PCDATA invalid Char value 7
Clone it with <literal>git clone +++0+++</literal>. The clone
I will happily admit that I don't know asciidoc, or the use of asciidoc in git.... but the +++ marker surrounding the url seems to not be used anywhere else in the documents directory, and I seem to be getting the appropriate output because of the `` surrounding the command.
I'm not subscribed to the list, but I'll try to watch for replies. Would anyone like to either tell me I did this wrong, or apply my fix?
Thanks much,
hachi