[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn trunk r18150: FAIL (win32 ra_local bdb VS2005)

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-01-18 14:24:02 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.