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

patch: dirwatcher changes missed when renaming folders

From: Gunnar Dalsnes <hardon_at_online.no>
Date: Thu, 17 Sep 2009 14:42:27 -0700 (PDT)

Debugged a problem when renaming folders: ' numberOfBytesTransfered is bougus when renaming a folder, numberOfBytesTransfered is always 0, even if buffer contains valid changes, so we can only rely on the buffer, even if ReadDirectoryChanges docs states that if numberOfBytesTransfered is 0 the kernel buffer is over flooded... Had a look at, http://www.codeproject.com/KB/files/directorychangewatcher.aspx, they ignore numberOfBytesTransfered as well, only rely on the buffer.

Gunnar.

Received on 2009-09-18 02:03:33 CEST

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.