Re: SVN pre-commit hook failed
From: Mark Reibert <svn_at_reibert.com>
Date: Thu, 20 Mar 2008 21:26:03 -0700
On Thu, 2008-03-20 at 18:04 +0530, Prasad (鏅媺钀ㄥ痉) wrote:
Does your repo path contain spaces? You should always quote paths that
/usr/bin/perl -I "${REPOS}/hooks/lib/scmbug" \
(I do not know if transaction names can contain spaces, but it does not
It is also possible your Scmbug integration is failing for valid
> perms for hook directory i set them to 777 but still nothing works.
But what about the hook itself (pre-commit) - is it executable?
Try the following simple pre-commit hook:
#!/bin/sh
If you can commit, and you get the file in /tmp, then you know the
-- ---------------------- Mark S. Reibert, Ph.D. svn_at_reibert.com ---------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-03-21 05:26:30 CET |
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.