Re: [TSVN] Excessive directory wandering - a more complete story
From: Will Dean <will.dean_at_indcomp.co.uk>
Date: 2004-10-28 13:46:12 CEST
Stefan,
I'm now playing with mods to TSVN, and I'm slightly confused about what I'm
So far, I haven't actually made any mods - I'm just tracing what gets
In my original test structure, I have a folder open in Sub1 and then I
I see SVNFolderStatus::BuildCache called twice:
once with /will/tsvntest/top/sub1 (the current one)
What happens on the first call, is that isFolder gets set true, so we go
test, which means that we don't do the 'return' at line 189.
This means that we fall out into the bit which is commented:
//it's a file, not a folder. So fill in the cache with
Clearly this is wrong - we *ARE* in a folder, not a file.
We then chop the 'sub1' off the end of the path, and do a get status on
I'm not entirely sure what's primarily wrong here, but I don't think this
Cheers,
Will
-- Will Dean - Industrial Computing Ltd will.dean_at_indcomp.co.uk - http://www.indcomp.co.uk/ Elmcroft, Wyke Road, Gillingham, Dorset, SP8 4NG, UK Tel: +44 1747 831001 Fax: +44 1747 824783 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Thu Oct 28 17:07:47 2004 |
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.