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

Re: post-commit not firing through mod_dav_svn

From: Bill Comisky <bcomisky_at_pobox.com>
Date: 2003-07-22 18:29:44 CEST

On Tue, 22 Jul 2003, Scott Sanders wrote:

> > Here's another:
> >
> > Check the line endings of the script to make sure they're UNIX, not
> > DOS.
> >
> >
>
> Yes, that is correct. my post-commit script is just a copy of the
> post-commit.tmpl that is copied in on svnadmin create.

Things I would try:

- check Apache logs
- use absolute paths to any scripts called from within post-commit; the
  user that apache runs your script as may have a different PATH
  environment variable.
- redirect stdout & stderr from the scripts you call in post-commit to a
  file (like /tmp/post-commit.out) and check it out.

bill

-- 
Bill Comisky
bcomisky@pobox.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 22 18:30:39 2003

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.