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

Re: [TSVN] Tortoiseproc apparently must have a shell

From: Thomas Denk <thomas.denk_at_gmail.com>
Date: 2005-06-21 23:29:29 CEST

SteveKing schrieb:

>> command (like dir or svn) work just normal. You would exepect that
>> either none works or all, wouldn't you?
>
> itself calls tortoiseproc, it works fine. Also, every normal console
> Not necessarily. I'm not sure how TortoiseProc is called, but maybe
> you're using something which expects a console program and not an UI
> program? Could it be that the way you start TortoiseProc it just can't
> pop up the UI?

Good point, but sadly not. I've inserted these lines to test your theory
(change executable path and call without or with commandline):
exec = "putty.exe";
Run("");
exec = "C:\\windows\\notepad.exe";
Run("blah.txt");
exec = "C:\\Programme\\Mozilla Firefox\\firefox.exe";
Run("http://tortoisesvn.tigris.org");

This will run Putty's, Notepad says "cannot find the file blah.txt, do
you want to create it?" (of course, since the file does not exist),
and Firefox starts up and opens tortoise home. Those are three GUI
programs which do show up.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jun 21 23:28:51 2005

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.