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

Re: Questions about SAMBA mounts and TortoiseSVN

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-11-09 19:08:42 CET

Cyril GUILLERMINET wrote:

> I know that the ReadDirectoryChangesW() call is not supported by SAMBA so
> overlays don't work on samba mounts.
>
> My question now: is it planned to develop an alternate way of detecting file
> changes as the slow but working method used by tortoiseCVS ?

There already is:
Settings dialog->Icon Overlays->Status Cache - set it to "Shell" instead
of "Default".

> So we can choose to use the method using ReadDirectoryChangesW() or the
> other one that makes tortoiseSVN compatible with SAMBA shares.

There is no other API than ReadDirectoryChangesW() available. All we can
do is simply *not* use that API and watch the folders for changes but
simply fetch the status all the time.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Nov 9 19:08:52 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.