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

Re: merge problem with Tortoise

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 02 Aug 2009 10:01:33 +0200

On 31.07.2009 22:00, Nemesis wrote:
> Stefan,
>
> What do you mean exactly with "subsequent merges will take longer than
> necessary"? Do you mean that Tortoise will be slower when merging the
> next merges, or is it that it will be slower because each time the
> person making the merge will have to revert manually each mergeinfo
> added? I'm asking because I have the same "problem" as Ilan. If
> reverting the mergeinfo of the files can have a negative impact on the
> performance of Tortoise maybe I'll think twice about doing that.

The svn:mergeinfo properties can be read locally without contacting the
repository. If you remove those, svn has to contact the repository
several times again to fetch that information for the merge. And
contacting the repository takes longer than just accessing the harddrive
and read the properties.
That's why merges will take longer if you remove those properties. Of
course, if your repository is on a fast LAN and not on a slow internet
connection, you maybe won't even notice it - but you will notice it (and
get annoyed because it takes so long) if you have a slow connection.

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=2378584
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-02 10:01:56 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.