Malcolm,
> CMD: svn.exe "diff" "-r" "1" "--config-dir" "M:\tests-local\subversion\tests\cmdline\svn-test-work\local_tmp\config" <TIME = 0.094000>
> EXPECTED STDOUT:
> Index: foo
> ===================================================================
> --- foo (revision 0)
> +++ foo (revision 3)
> @@ -0,0 +1 @@
> +content
>
> Property changes on: foo
> ___________________________________________________________________
> Name: propname
> + propvalue
>
>
> Property changes on: X
> ___________________________________________________________________
> Name: propname
> + propvalue
>
> Index: X/bar
> ===================================================================
> --- X/bar (revision 0)
> +++ X/bar (revision 3)
> @@ -0,0 +1 @@
> +content
>
> Property changes on: X/bar
> ___________________________________________________________________
> Name: propname
> + propvalue
>
> ACTUAL STDOUT:
> Index: foo
> ===================================================================
> --- foo (revision 0)
> +++ foo (revision 3)
> @@ -0,0 +1 @@
> +content
>
> Property changes on: foo
> ___________________________________________________________________
> Name: propname
> + propvalue
>
>
> Property changes on: X
> ___________________________________________________________________
> Name: propname
> + propvalue
>
> Index: X/bar
> ===================================================================
> --- X/bar (revision 0)
> +++ X/bar (revision 3)
> @@ -0,0 +1 @@
> +content
>
> Property changes on: X\bar
> ___________________________________________________________________
> Name: propname
> + propvalue
>
> EXCEPTION: SVNLineUnequal
> FAIL: diff_tests.py 32: repos-wc diff showing added entries with props
> END: diff_tests.py
...And everyone who just skims this quickly will see the obvious
difference in the above (just kidding, diff was my friend here:-).
When we output "Property changes for 'path':", we use the local path
separator, i.e. backslash on Windows. This is inconsistent with the other
lines where we output paths. I guess this is your latest work on the diff
code, Malcolm. (BTW, are you on the breakage list? That's very useful in
situations like this.)
Thanks,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 18 16:18:25 2006