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

Re: Tortoisesvn not showing up correct status after commit

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Sat, 17 Apr 2010 07:59:45 +0100

On 17 April 2010 03:45, acid <souren_at_gmail.com> wrote:
> My environment: Windows 7 x64, Tortoisesvn latest x64, simple repo.
>
> What I'm doing: I am adding a new file to repo, then doing SVN Commit. This operation is successful and I can see it in repo from trac or directly.
>
> I expect: To see that file's icon as green checkmark.
>
> What I have: I see blue PLUS icon, like I haven't done commit.
>
> However, if I just create any new file in that folder(without any commit or update), the icon is immediately changing to checkmark. What a magic!

Please do not cross post to 2 lists.

Press F5 to refresh the view.

The difference (which I don't fully understand) is that editing a file
gets noticed by the file system monitor and sends a message to
Explorer to update the view. Commit does not get noticed because it
doesn't change the timestamp or file size. It is noticed by the commit
itself, but that could involve many files and Explorer cannot handle
many notifications and just loses some.

Simon

-- 
:       ___
:  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=2586329
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-04-17 08:59:52 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.