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

RE: File contents not being index by windows 7 search

From: Rick Borgers <rborgers_at_gmail.com>
Date: Mon, 22 Apr 2013 11:02:52 -0700 (PDT)

I am using a command line solution to this:

cd "My SVN checked out directory"
attrib -I /s
cd .svn
attrib +I /s
cd ..
cd ..

I do this for each SVN root directory.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-04-22 20:13:22 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.