# # # patch "svn_import.cc" # from [e2a9d1742d57c294a97dbaa74ece7d7a7ab40baf] # to [f63ea89144da6aaf5b6d7be8eb662268f3dd71a2] # ============================================================ --- svn_import.cc e2a9d1742d57c294a97dbaa74ece7d7a7ab40baf +++ svn_import.cc f63ea89144da6aaf5b6d7be8eb662268f3dd71a2 @@ -244,6 +244,8 @@ struct svn_dump_parser } I(prop_content_length + text_content_length == content_length); + if (prop_content_length > 0) + { int prop_start = charpos; newline(); @@ -286,6 +288,7 @@ struct svn_dump_parser while (newlinep()) eat(TOK_NEWLINE); + } if (text_content_length > 0) {