On Monday, January 14, 2019 at 11:33:21 AM UTC+1, Vic T wrote:
>
> Hi, 
> whenever I do a checkout, the files written by TortoiseSVN to the local 
> directory has the "I" file attribute. 
> This prevents Windows from content-indexing the file. 
>
>
It's a known feature:
* In the very beginning, svn did not set the flag. Not even on the hidden 
.svn folder. So Windows indexed all files within the .svn folder as well.
* Then svn set the attribute on the .svn folder.
* then Windows started doing the indexing more aggressively, which resulted 
in svn failures during a checkout/update/whatever since the indexing 
service would open files for indexing and svn got 'access denied' errors 
for those files because the indexing server had them opened - so svn now 
sets the 'don't index' flag on all folders.

if you really want do have your source files indexed, you have to remove 
the flag manually.

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/201fbbd0-9c0c-48b4-8e00-1f53975babba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • TortoiseS... tortoisesvn+APn2wQcFuD7sZ_RK7ot2R13dUusKNUxLGPxkRQ2WptJb-YCdS8MO
    • Re: ... Stefan via TortoiseSVN

Reply via email to