Ivan Zhakov <[email protected]> writes:

> I am getting diff_tests#10 failure over all protocols on Windows. All
> other tests pass.
> [[[
> FAIL:  diff_tests.py 10: diff when property was changed but text was not
> ]]]
>
> The failure is reproducible. Is it known issue? What I should to check?

The test creates r2 for the file iota that adds svn:eol-style=native.
Then it runs various diffs: -r1:2, -r2:1, etc.  The one that fails is
-rPREV which compares r1 in the repository to r2 in the working copy.
The test expects the diff to show a property change only but a text
change is seen.

Perhaps the code that converts the working file to repository form is
failing?  The code in question is

  libsvn_client/diff.c:diff_repos_wc_file_target:2320

and that code certainly is invoked on my Linux machine.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to