RE: Re: hook script basics
From: Brian E. Fox <brianf_at_reply.infinity.nu>
Date: 2007-08-05 16:21:20 CEST
On windows, the hooks are executed with no env set. This means you need
From: Brian Krusic [mailto:brian@krusic.com]
Hi Ryan,
In the post-commit file, I only have del f:\temp\foo
... which worked upon committing a file.
I then placed;
svn info f:\jobs\cooljobs >> c:\temp\foo.txt
.. and it worked.
Why isn't svn update working while as a post hook? i did choose to
-Brian
On Aug 1, 2007, at 5:37 PM, Ryan Schmidt wrote:
On Aug 1, 2007, at 18:27, Brian Krusic wrote:
On Aug 1, 2007, at 3:47 PM, Ryan Schmidt wrote:
On Aug 1, 2007, at 16:19, Brian Krusic wrote:
I've implemented a few hook scripts in the past;
However it appears I just implemented this stuff
* problem *
I have a simple post-commit.bat file which
In my case the contents of the post commit is;
@echo off
C:\Progra~1\Subversion\bin\svn update --username
The F:\Jobs\Cooljobs is the local dir that sits
The username/pass is used for example only.
The file works if I exe it from a cli on the
I expect it to work like so;
1 - User commits a file from some workstation.
2 - Repo executes the post commit which updates
Should work, provided you're checking out via http(s) or
Is there any thing else I am missing?
Any error log I can check?
Apache logs show no errors.
When I run the post-commit.bat from the command line, it does
There is no hook script error log. If you want something logged, you
Try a minimal hook script that does nothing other than appending
|
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.