You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Giovanni Bajo <ra...@develer.com> on 2006/02/04 15:55:06 UTC

[PATCH, svnmerge]

Hello,

an user reported privately a bug: svnmerge was crashing when parsing the
output of "svn status" for a working copy with external directories. I
thought I had fixed this before, but probably I was wrong. The patch has
been succesfully tested by the user himself and against the testsuite of
course.

Committed as r18344.

[[[
Fix a problem when parsing the output of "svn status" in a working copy
with external directories: there are blank lines in the output which were
confusing the code.

* contrib/client-side/svnmerge_test.py:
  (check_dir_clean): Robustify for blank lines.
]]]
-- 
Giovanni Bajo