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

Re: diff to repository

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Wed, 23 Jun 2010 10:22:04 -0500

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
    lesmikesell_at_gmail.com
Received on 2010-06-23 17:22:46 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.