please integrate such a functionality. I created a share on computer A
as "C" and than, I created a shortcut on computer B to:
\\pc_name\C
I can access it with the explorer. now even though I did not unplug
the network cable and I can access it with the explorer, explorer
crashes on rightclick when the TSVN context handlers are activated, so
this is even worse than using administrative shares ........ :/ :/
only solution would be the include/exclude paths for context handlers!
On 2 Sep., 20:20, firstlor <first..._at_gmail.com> wrote:
> Do I have to reboot after having made this change in registry?
>
> another approach that would help me:
>
> would it be possible to have an exclude/include list for paths. I'm
> just using tortoise svn to administrate my php scripts in:
>
> J:\htdocs
>
> so would it be possible to only show the context menu in this folder?
>
> or another thing:
>
> include list: C:\*; J:\*
> exclude: C:\desktop\network_shortcuts\*
>
> or something like that?
>
> thanks!
>
> On 2 Sep., 19:39, Stefan Küng <tortoise..._at_gmail.com> wrote:
>
>
>
> > 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/
>
> > signature.asc
> > < 1KViewDownload
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr..._at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-02 22:51:13 CEST