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

Re: Icon update inconsistency

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-10-18 12:43:34 CEST

On 10/18/05, Simon Large <simon@skirridsystems.co.uk> wrote:
> Hi Stefan,
>
> Several people have pointed out that the icons do not always update
> after a TSVN operation, and I have been responding with the argument
> about explorer having problems with file renames if there are too many
> shell updates.
>
> However, it seems we are not very consistent. After a revert the icons
> are updated. After a commit they are not. Is that intentional?

Definitely not intentional.

If you think about the differences of revert and commit, you'll find
out why this happens:

When you revert, the files themselves get changed, so explorer
discovers that and updates the overlays.
When you commit, the files don't get touched but only the .base files
inside the .svn dir get changed. Explorer ignores those changes
(because 1) the .svn folder is marked hidden and 2) you're most likely
not inside that folder with explorer).

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 18 12:44:05 2005

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

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