On Nov 2, 2005, at 2:18 PM, Joern RENNECKE wrote:
I tried:
bash-2.05b$ svn diff Makefile.in svn+ssh://[EMAIL PROTECTED]/svn/
gcc/trunk/gcc/[EMAIL PROTECTED]
But that gives me an error message:
svn: Target lists to diff may not contain both working copy paths
and URLs
This works for us:
svn diff --old svn+ssh://gcc.gnu.org/svn/gcc/tags/gcc_4_0_1_release/
gcc/file.c --new file.c
for example.
svn needs to go on a long command line diet, it is seriously no fun
to repeat things, over, and over. In cvs, I used the equivalent of
svn+ssh://gcc.gnu.org/svn/gcc once a year or so, with svn, it is just
annoying.