On 18.01.2010 22:43, Steve Borho wrote:
> Since changeset dc0395b8dab6, overlay behavior on my development
> machines has improved substantially.  I see a lot fewer instances of
> the overlays being out of sync with the working directory state.  The
> few times when things have been out of sync, an F5 has always brought
> them together.

That's interesting (see also [1] for reference).

Or a bit frustrating, actually, because it means you must have hit
the time limit that starts causing to ignore overlay requests if
::PathIsDirectory API calls are taking too long (we do a lot of these
when searching for .hg dirs, that's why I've set a limit on them).

(Maybe I should remove that limit altogether. Sigh.)

Is it possible to know a bit more about your setup?

What Windows version is that and on what hardware?

What kind of disk? NTFS/FAT? Local or network?

What use case exactly?

Can you post some debug out examples containing

     hasHgDir: PathIsDirectory .... in X ticks

lines?

What X values do you see? (typicals, largers?)

What values Y do see on

    ****** .... call took too long (Y ticks)

lines?

[1] http://bitbucket.org/tortoisehg/stable/changeset/dc0395b8dab6/

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to