Hooks
From: Brendan Farr-Gaynor <brendan_at_resolutionim.com>
Date: Mon, 14 Dec 2009 19:33:40 -0500
Hi All,
SVN newbie here. I'm wondering if there is anyone out there running
Based on some tutorials I've found in different places I've done the
I created a C program in XCode similar to this (update_svn):
#include <stddef.h>
Created a post-commit script in my /hooks directory that has this:
#/bin/sh
Then modified the permissions as such:
$ chown www /Library/WebServer/update_svn
$ chmod +s /myrepo/project/hooks/post-commit
However, it doesn't seem to run (files aren't moved) and I'm perplexed
Does the above look right? Am I missing something? Has anyone out
I tried running the file from the shell as root (update_svn binary)
Any help would be greatly appreciated!
-- Brendan Farr-GaynorReceived on 2009-12-15 01:34:16 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.