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

Re: New -c option to diff/merge (r17054)

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-10-27 14:19:43 CEST

On Thu, 2005-10-27 at 09:53 +0100, Malcolm Rowe wrote:
> Hi Dan,
>
> Looks like the parsing for the new --change option should probably trap
> negative revision numbers in the same way as it traps revision 0:
>
> $ svn diff -c 0 http://svn.collab.net/repos/svn
> ../svn-trunk/subversion/clients/cmdline/main.c:942: (apr_err=205000)
> svn: There is no change 0
>
> vs
>
> $ svn diff -c -1 http://svn.collab.net/repos/svn
> ../svn-trunk/subversion/libsvn_client/ra.c:821: (apr_err=195012)
> svn: Unable to find repository location for 'http://svn.collab.net/repos/svn' in revision -2

Hmmmmmmmmmmm.
Well, since it's there, should I implement Karl's suggestion of making
it transform -2 into 2:1?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 27 14:22:38 2005

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.