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