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

RE: Post hook weirdness?

From: Rory Clark <rory_at_clarkzoo.org>
Date: 2006-02-14 00:43:36 CET

I don't think that will tell me anything as I've modified the
post-commit.cmd to always overwrite the log with something to help determine
if it was even being executed (see below), which it isn't. This verifies
that the post-hook.cmd isn't even getting executed.

The post-commit.cmd as it stands now:

set REPOS="%1"
set REV="%2"
Set ERRLOG=f:\svnroot\norwescon\errFile.log

Echo "Commit Occurred" > %ERRLOG%
Date /t >> %ERRLOG%
Time /t >> %ERRLOG%

c:\WINNT\system32\cscript.exe
F:\SVNWorking\Development\Tools\email-commit.vbs %REPOS% %REV% >> %ERRLOG%
Echo. >> %ERRLOG%

-----Original Message-----
From: Steve Williams [mailto:stevewilliams@kromestudios.com]
Sent: Monday, February 13, 2006 3:10 PM
To: rory@clarkzoo.org
Cc: 'SVN Users email list'
Subject: Re: Post hook weirdness?

Rory Clark wrote:

> Any more thoughts?
>

Try redirecting stderr as well as stdout to a log file.

blah.exe >stdout.log 2>stderr.log

-- 
Sly
This message and its attachments may contain legally privileged or
confidential information. This message is intended for the use of the
individual or entity to which it is addressed. If you are not the addressee
indicated in this message, or the employee or agent responsible for
delivering the message to the intended recipient, you may not copy or
deliver this message or its attachments to anyone. Rather, you should
permanently delete this message and its attachments and kindly notify the
sender by reply e-mail. Any content of this message and its attachments,
which does not relate to the official business of the sending company must
be taken not to have been sent or endorsed by the sending company or any of
its related entities. No warranty is made that the e-mail or attachment(s)
are free from computer virus or other defect.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 14 00:47:06 2006

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.