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

Re: [TSVN] Open doesn't work in repo browser

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-09-01 19:13:11 CEST

Simon Large wrote:

> In repo browser right click on any file (eg. Test.txt) and select Open.
> Nothing happens.

This only works if you access your repository via http:// or https://.
But the menu is deactivated in other cases anyway? At least when I look
at the sourcecode.
That command executes
ShellExecute(NULL, _T("open"), url, NULL, NULL, SW_SHOWNORMAL);
where "url" is the url of the file you've selected. You _do_ have a
default web browser installed?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Sep 1 20:20:31 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.