Robert Pluim <rpluim@bigfoot.com> writes:
> Great! Except I have one small nit to pick, namely that if there are
> property changes, svn diff doesn't error out until after it's displayed
> them: (Karl, this one's for you :)
:-)
But seriously, is this really a problem? Do we need to not only throw
an error, but guarantee that the error is thrown as early as possible?
I'm not sure it matters.
-K
> Old svn:
>
> $ svn diff -x -w
>
> Property changes on: foo
> ___________________________________________________________________
> Name: aprop
> + aprop
>
> Index: foo/1061
> ===================================================================
> --- foo/1061 (revision 21)
> +++ foo/1061 (working copy)
> @@ -0,0 +1 @@
> +a change
>
> New svn:
>
> rpluim: ~/wc-test/local-wc1
> $ ~/svn/subversion/clients/cmdline/svn diff -x -w
>
> Property changes on: foo
> ___________________________________________________________________
> Name: aprop
> + aprop
>
> subversion/libsvn_client/diff.c:303: (apr_err=200016)
> svn: The specified diff option is not supported
> svn: '-w' is not supported
>
> --
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 31 18:04:31 2003