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

RE: Re: File contents not being index by windows 7 search

From: Gordon Daugherty <gordon_at_idisagree.org>
Date: Wed, 11 Feb 2015 13:36:22 -0800 (PST)

I'm having the same issue with the "I" aka "FILE_ATTRIBUTE_NOT_CONTENT_INDEXED" attribute being set on working copy files when I check them out via TortoiseSVN. I've seen this behavior on versions 1.7.9 and 1.8.10.

I'm unfamiliar with this codebase but I think I may see where the problem lies. When it creates a "CBufferedOutFile" it ALWAYS sets this problematic attribute instead of using an if statement that checks to see if the file being created is inside one of the hidden ".svn" directories.

Ctrl-F for "FILE_ATTRIBUTE_NOT_CONTENT_INDEXED" in this file to see what I'm talking about:
src/LogCache/Streams/BufferedOutFile.cpp

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3098256

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-02-12 00:50:27 CET

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.