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

Re: svn commit: rev 5491 - in trunk/subversion: include libsvn_client

From: <kfogel_at_collab.net>
Date: 2003-03-31 17:23:19 CEST

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

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.