Files
ross smith2 13f16d193d Back out changelist 29816891 to fix parsing of SVN server responses.
In FXmlFile::CreateRootNode the check `ParsingNodeStack.Last()->Tag != Tag` was failing in the case of e.g. a start tag "entry\n" mismatched with an end tag of "entry".  Attribute value tokens also had trailing newline chars injected that were causing further issues with SVN commands.  An accumulation of newline chars was also present in the node Content.

#jira UE-213478
#rb brooke.hubert
#fyi steve.robb
#review-33316942

[CL 33458602 by ross smith2 in 5.4 branch]
2024-05-06 12:00:38 -04:00
..