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

Re: i have some question to you, Stefan Kung, about function of TortoiseProc.exe.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-01-11 08:12:25 CET

On 1/11/06, ¹®È«Àç <dgiim@hanmail.net> wrote:
> Dear Mr. Kung,
>
> My name is Moon Hong-jae working at a game development company in Korea, as a game designer.
>
>
> I found a complete solution about the version control factor by Tortoise SVN and Subversion last year, and it works very well.
>
>
> And I decided to make some pretty fancy utility program for Tortoise SVN.
>
>
> This program would be registered in the system tray, and then the working copy in their local disk will need to be updated, it make pop alarm window for user notificate it.
>
>
> I can make this program with using svnadmin.exe in Subversion package. And I think Svnadmin.exe can help all the features what I want.
>
>
> However, I have some problem here.
>
>
> when my program pop alarm up, I want update working copy via Tortoise SVN, immedetely.
>
> This is what I expected: when the alarm comes out, the user clicks it, and then the update of tortoise SVN starts.
>
>
> I found out that tortoiseproc.exe proceeds most jobs (update, commit, etc.), and tortoisesvn.dll calls tortoiseproc.exe as the shell extention.
>
>
> However, I can't research anymore. I suppose some argument needs to be attached to tortoiseproc.exe, but this is just my assumption.
>
> Mr. Kung, I need to find some way to so-called 'update' or 'commit' dialog in tortoiseproc.exe. That would help me make more usable ! and valuable utility program. I look forward to hearing from you with your advice or help, and appreciate you in advance.
>

* As you can see on the top on our website: "please don't mail the
project owners directly"
* Ask such questions on the mailing list
* Read the docs

The command line interface of TortoiseProc is documented very well:
http://tortoisesvn.sourceforge.net/docs/release/TortoiseSVN_en/apc.html

Also, you can set the registry entry
HCKU\Software\TortoiseSVN\Debug to (DWORD)1
After that, TortoiseProc will show you it's command line every time it
starts. Which means you can find out how the shell extension started
it.

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
Received on Wed Jan 11 08:12:57 2006

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.