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

Re: [TSVN] Re: Strange icon overlay

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-11-19 16:09:21 CET

Lübbe Onken wrote:

> OK, here you go:
> - Create a repository
> - Checkout your working copy
> - Create a folder named "WhateverYouLike" inside your WC
> - Add "WhateverYouLike" to version control and commit
> - Add "WhateverYouLike" to the ignore list and commit
> - Remove "WhateverYouLike\.svn" and hit F5 in the explorer
> - "WhateverYouLike" will now have a "conflicted" overlay icon. The "SVN
> Status" column will display "non versioned"

Can't reproduce that with HEAD. Both the icon overlay and the column
show unversioned. Unversioned because there's no '.svn' folder in it and
TSVN therefore skips the very expensive svn_client_status() function call.
The only thing I can think of is that the cache for the '.svn' folder
hasn't expired yet for you (timeout is 10 seconds).

>>I can't even tell from this post if you even still think
>>there's a bug or not!
>
> Well, that depends on your point of view :-)
>
> The working copy clearly is out of order because the .svn folder has been
> removed in a subdirectory. Showing a conflict icon on a damaged folder is a
> good idea, because it indicates problems.

Actually, the status would be 'obstructed', but TSVN shows the same
overlay for both conflicted and obstructed.

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 Fri Nov 19 16:09:55 2004

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.