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

Re: SVN Cache crash

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-01-19 22:29:22 CET

Håkan Reis wrote:

> I have a lot of *TSVNCache.exe crashes* *on* my *Windows vista RTM*
> installation. I have used it on two different installations with the
> same result. It's a *frequent problem* but *not critical* as it seems to
> restart when needed and it works for a few minutes.
>
> However, it is *not* related to SVN specific operations. It can happen
> on normal file operations; like, when i scan any folder or delete and
> move files, both version controlled and private files. I might be wrong
> but it seems *more frequent on file deletes* and when files are moved.
[snip]
>
> Hope there is a solution for this annoying if not critical problem.

*please* *try* *a* *nightly* *build*. *You* *can* *get* *it* *from* *here:*
http://nightlybuilds.tortoisesvn.net/1.4.x/

*btw*: *Vista* *has* *not* *been* *officially* *released* *so* *you*
*have* *to* *live* *with* *some* *problems* *with* *most* *applications*
*there* *until* *the* *developers* *can* *switch* *to* *Vista* *too*.

> PS *A suggestion*: in the explorer context menu, there is a TortoiseSVN
> menu even for the recycle bin, not much use to have it there. There
> ought to be a workaround for this...

*we* *already* *do* *that*:
src\TortoiseShell\ContextMenu.cpp, line 688:
//check if our menu is requested for the trash bin folder
if (SHGetSpecialFolderPath(NULL, buf, CSIDL_BITBUCKET, FALSE))
{
        if (_tcscmp(buf, folder_.c_str())==0)
                return NOERROR;
}

*but* *if* *Vista* *uses* *another* *CSIDL* *for* *the* *trash*, *then*
*I'll* *have* *to* *wait* *until* *the* *documentation* *on* *MSDN* *is*
*updated*.

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 Fri Jan 19 22:29:36 2007

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.