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

Re: Problems with tortoise SVN 1.5.3 (newest)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 02 Sep 2008 19:39:19 +0200

firstlor wrote:
> What do you mean by that??? Sorry, that I don't understand it...
>
> c$ is an administrative share so why shouldn't I do it?
>
> it also happens when I have a shortcut instead to \\192.168.2.2\c$ to \
> \192.168.2.2.\c$\programme\blabla.exe (so not only the root is the
> problem).

The problem is that TSVN has to fetch the status of the item you
right-click on so it knows what entries to show for the context menu.
That requires accessing the shortcut target. In your case, the target is
not reachable, but Windows tries to reach it anyway (until it times out).
That's why it takes forever to show the context menu.

To reduce the accesses, create the registry key
HKCU\Software\TortoiseSVN\SimpleContext
and set the DWORD value to 1.

Note that with that registry value set, the context menu will always
show all context menu entries (e.g., 'add' for already versioned items).

I'm sorry, but that's all I can tell you to do, and I can't fix this either.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-09-02 19:39:40 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.