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

Re: svn commit: rev 4577 - trunk/subversion/libsvn_repos

From: <brane_at_xbc.nu>
Date: 2003-01-25 00:47:05 CET

kevin@tigris.org wrote:

Author: kevin
Date: 2003-01-24 17:21:42 -0600 (Fri, 24 Jan 2003)
New Revision: 4577

Modified:
   trunk/subversion/libsvn_repos/hooks.c
Log:
Run hook programs on WIN32. This doesn't quite work right on my XP system,
since I don't actually get the output of a failed pre-commit script. Instaed I
see The handle is invalid. Several times. I thought this was better than the
status quo however, so I'm committing it.
  

I suspect that's because svn_io_run_cmd always passes APR_PROGRAM or
APR_PROGRAM_PATH to apr_proc_create, but should probably pass
APR_SHELLCMD for the .bat and .cmd scripts.

-- 
Brane Čibej   brane_at_xbc.nu   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:16:11 2006

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

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