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

RE: windows search index flags on checked out files - is a bug?

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 21 Mar 2013 13:28:34 -0700

> -----Original Message-----
> From: Burt [mailto:burtcampbell_at_yahoo.com]
> Sent: donderdag 21 maart 2013 12:23
> To: users_at_subversion.apache.org
> Subject: Re: windows search index flags on checked out files - is a bug?
>
> I have the same issue. Did you ever find a fix?
>
>
> Michał Araszkiewicz <m.araszkiewicz <at> gmail.com> writes:
>
> >
> >
> > Hello.
> > I look to confirm whether what i describe below is a bug.

I think this is caused by subversion creating files in .svn/tmp/ and then moving them into the working copy.

The .svn directory is marked as not for indexing to avoid the indexer continuously opening files that we are about to move (which slows us down before moving every file). And on Windows 7 without SP1 these sometimes triggered a bug in NTFS which made Windows report that the drive was corrupt.

I'm not really sure what the right way of fixing would be. Maybe Subversion should use two separate temp directories in .svn/ One for real temp files that mustn't be indexed and one for files that are about to be moved into the working copy.

        Bert
Received on 2013-03-21 21:29:09 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.