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

΄πΈ΄: question about the hooks

From: loubingyong <loubingyong_at_fmsh.com.cn>
Date: 2004-12-28 01:42:18 CET

Hi Toby,
    Outlook is already runnning, but the result is the same.
    Thank you very much, I will try your suggestion.

loubingyong wrote:

>When I commit a file, the commit process seems to hang up. So I checked the processes running on the server,
>and found the reason is that the cscript.exe did not exit.
>
>But if I modify the VBscript and do not use Outlook object in the code, the VBscript could be excuted normally.
>
>Is Subversion server not compatible with windows host script? Or should I change my server configuration?
>
>
Is Outlook already running on the server when you attempt to run the
hook script? I believe it is required that the Outlook application
already be running in order to create new Outlook objects.

I'm no Windows programming expert, but I believe a much better solution
that creating an Outlook object is to use the CDOSYS library, which is
built in to Windows 2000, XP, and 2003 and doesn't require anything else
to be running. See the following link for some information.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/_cdosys_about_cdo_for_windows_2000.asp
Received on Wed Dec 29 07:28:41 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.