Andrew wrote:
> Try this:
>
> svn diff -r 1758
>
> or this:
>
> svn diff -r1758
>
> (or some valid revision number if 1758 isn't valid in your subversion tree).
>
>
> For me, both of the above commands generate a dialog box starting with:
>
> Subversion Client has encountered a problem and needs to close.
>
I can't reproduce this issue with 1.4.2 on Windows nor with trunk on Cygwin. Can you upgrade to 1.4.2 and try again?
> Second, maybe it'd be a nice convenience feature to have "svn diff -r
> 1758" be equivalent to
>
> svn diff -r 1757:1758
>
> (which works fine for me).
Well, svn diff -r 1758 means something else already, but since
Subversion 1.4.0 you can use:
svn diff -c 1758 (or --change)
which is the equivalent of svn diff -r 1757:1758
Lieven
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 28 23:16:47 2006