[TSVN] Excessive directory wandering - a more complete story
From: Will Dean <svn_at_indcomp.co.uk>
Date: 2004-10-28 11:44:06 CEST
Guys,
I have looked into this issue of "svn status" (and hence all TSVN/Explorer
I built the command line SVN, and played around with a debugger to see what
Anyway, it *is* the case that kind of path which gets passed to
This is documented in a comment around line 130 of status.c.
My mind rather boggles at the process of trying to patch SVN, and the five
It occurs to me that a possible (very simple) workaround for TSVN would be
{
... existing call to svn_client_status, but with path = "" ...
}
This would then be exactly like doing
"svn -N status" in the appropriate directory.
I confess that I had doubts about the wisdom of doing a CWD on the explorer
I have not *quite* been able to try this, because I'm just struggling with
Would you be able to try it,please, Stefan?
Cheers,
Will
PS: Is there any reason why pre-compiled headers aren't used in the TSVN
---------------------------------------------------------------------
|
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.