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

Re: Comparing branches

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 20 May 2009 21:01:27 +0200

webpost_at_tigris.org wrote:
> Thank you Stefan.
>
> I realized I forgot to say I have tsvn 1.6.2 and svn 1.6.1.
>
> I have tried those 2 commands (with svn client 1.6.2 from collabnet), putting the same rev everytime (the highest number). I also tried with no revision specified (thinking it would use HEAD).
>
> It does not show unexpected files (like the one I get when use the revision graph).
>
> One command still shows 6 files added, the other command only shows 1 folder deleted (I can make sense of that: to go from featureX to release/4.0, I need to add all the files, and to go from release/4.0 to featureX deleting the directory with all those files is enough)
>
> So the questions now are:
> 1) is it really intentional to not show the deleted files, but only their directory?

Yes, that's how Subversion treats deletes: it only deletes the folder,
no need to delete the files within too (they're deleted by the folder).

> 2)what is going on when I compare URLs from the revision graph? (unexpected files showing, different behavior than from repo browser)

I suspect that those unexpected files have the svn:mergeinfo property
changed and therefore don't have text changes but only property changes.

> 3)when comparing from the revision graph and clicking on "switch comparison", does it do the compare again, or does it simply exchange the words "added" and "deleted"? (therefore only showing the folder as added, without its files)

It only changes the words and the urls, it doesn't do the comparison again.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2334110
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-05-20 21:01:43 CEST

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

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