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

Re: Tree conflict question - diff

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 26 Jul 2012 15:35:26 +0200

On Thu, Jul 26, 2012 at 11:04:33AM +0200, Kiren Pillay wrote:
> Hi
>
> I'm trying to merge my trunk into my feature branch. I'm coming up with a
> lot of expected tree conflicts (shown below).
>
> Is there an quick/shorthand way to diff this to see the differences between
> the copies?
>
> C
> business_services/main_servlet/src/main/resources/testconfigs/pams.properties
> > local add, incoming add upon merge
>
> Regards
> Kiren

Try a 2-URL diff. See 'svn help diff', synopsis 3:
       3. diff OLD-URL[@OLDREV] NEW-URL[@NEWREV]

If you're inside a working copy you can use the ^/ shortcut to save
some typing: svn diff ^/trunk/myfile ^/branches/mybranch/myfile
The ^/ expands to the repository root URL as shown by 'svn info'.
Received on 2012-07-26 15:37:02 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.