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

Re: TortoiseProc.exe first start hangs

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 14 Mar 2012 10:10:55 -0400

On Wed, Mar 14, 2012 at 09:44, Klaus Wiesel <klaus.wiesel_at_gmail.com> wrote:
>
> Hi
>
> I have a custom app that calls TortoiseProc.Exe using this command line
>
> "C:\Programme\TortoiseSVN\bin\tortoiseproc.exe" /command:commit
> /path:"C:\Blending" /notempfile /logmsg:"STND: S0OBJTS
> : Einzelobjekte diverse Punkte" /bugid:"347484" /closeonend:1
> The call is fired against ShellExecuteExW from VB6
>
> The problem is that every first call (per user) of this line through VB6
> does NOT open the dialog.
>
> When I grab the string and call it manually in a cmd shell, the dialog
> opens. Choosing cancel and restart the custom app doing the same call a
> second time will open the dialog and each following call will work too
>
> Here is the version info:
> TortoiseSVN 1.6.16, Build 21511 - 32 Bit , 2011/06/01 19:00:35
> Subversion 1.6.17,
> apr 1.3.12
> apr-utils 1.3.12
> neon 0.29.6
> OpenSSL 1.0.0d 8 Feb 2011
> zlib 1.2.5
>
> The OS is Windows Server 2003 SP2
>
> Any help would be appreciated

Tortoise is not meant to be used in this way. If you need to automate,
you should be using the command-line client, or the libraries
directly. I'm not sure if the Tortoise DLLs can be used from VB6. If
you can (and you really should) move to a modern environment (VB.NET),
SharpSVN is a .NET implementation of the Subversion client library.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2935597

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-03-14 18:18:06 CET

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.