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

Re: Getting rid of an annoying popup command window

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-05-25 16:15:43 CEST

Kelley Trombly-Freytag wrote:
> Thank you for your response to our question concerning the annoying
> popup windows when using
> the svn+rsh protocol.
>
> We understand you can start a console process with a hidden console. This
> would satisfy our requirements. But we are not sure whether we can write
> wrapper around our rsh.exe
> with the CreateProcess having the proper flags, or whether we need to
> alter the TortoiseSVN code, or
> possibly the subversion code.

You could write a wrapper around rsh.exe. But then, rsh.exe won't have a
console and therefore not be able to write/read to/from stdout or
stderr. You'd have the same drawbacks as TortoisePlink has.

If you want a really 'clean' solution, you'd have to hack the Subversion
code, because it's the Subversion library calling rsh.exe.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu May 25 16:15:57 2006

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.