[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 12 Feb 2015 12:04:39 +0100

On Wed, Feb 11, 2015 at 10:36 PM, Gordon Daugherty <gordon_at_idisagree.org>
wrote:

> 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.

No, you don't.

> 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
>
>
That's the log cache file, which is never plain text but a custom
compressed format. Indexing that would not work and just be a waste of
time. That's why the flag is set.

Stefan

-- 
       ___
  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=3098322
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-02-12 12:05:30 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.