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

New -c option to diff/merge (r17054)

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2005-10-27 10:53:14 CEST

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

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 27 10:54:41 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.