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

Re: Open file handles of TSVNCache prevent deletion of directorie s

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-05-23 21:03:50 CEST

Jody Shumaker wrote:

> So you mean when I have DirA\DirB\FileA.txt Where DirA is under
> version control, and has svn:ignore set for DirB. While DirB is not
> under version control. Even with this feature TSVNCache.exe would
> still end up with a file handle on FileA.txt that with the right
> timing prevents its deletion? This is the problem I ran into, and was

No. In that case, FileA.txt is inside an unversioned folder. So the
cache could just not crawl DirB.

But in the following case:
DirA\FileA.txt
DirA\ignoredfile.txt

the file 'ignoredfile.txt' (which is ignored with svn:ignore) would
still be touched, because it's inside a versioned folder.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue May 23 21:04:17 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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