On 6/23/2010 10:05 AM, Andreas Tepe wrote:

Thanks for your answer!
No, this doesn't work for me. It tells me
svn: Target lists to diff may not contain both working copy paths and URLs
if I use
svn diff PATH URL




Hello again!

does still nobody have an idea about this?
Actually, I thought this is something everybody needs when working with svn and 
several programmers
on the same project.


Did you try
svn diff -r revision filename
as I suggested in my earlier posting?  You can use any revision number
in the repository or the symbolic name HEAD for the latest committed version.

Or you could use:
svn diff --old=filename --new=URL
if you really want to type the url path that svn already knows about.

--
  Les Mikesell
   lesmikes...@gmail.com

Reply via email to