On Tue, Nov 10, 2009 at 12:33 PM, Tyler <tyler.badorrek_at_ngc.com> wrote:
> I am using Apache on Win2K server, but I'm not sure how to set the apache permissions for my working copy? I subversion authentication set up already with Apache
>
>> On Tue, Nov 10, 2009 at 10:23 PM, Tyler <tyler.badorrek_at_ngc.com> wrote:
>>
>> > I'm working on a post-commit hook script to update a working copy of the
>> > repository after every commit. It works fine when I execute the post-commit
>> > batch directly from the command line, but when I make a normal commit in a
>> > working copy it seems the post-commit batch file isn't executed at all. It
>> > won't even print basic statements to a log file. I don't understand why the
>> > post-commit isn't executing? Help.
Make sure you're using absolute paths in your script - I've never used
svn on Windows but I'm assuming that this behavior would be the same
as it is on *nix systems - hook scripts are executed with empty
environment vars.
Daniel
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2416241
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-10 18:40:16 CET