On 10.02.2014 15:23, Matt Parks wrote:
> This is the error that the post-commit logs
>
> svn: OPTIONS of 'http://svnServer/svn/myREPO/trunk/wwwroot': could not
> connect to server (http://svnServer)
>
> If there is another log, I am not aware to look for it to share it
> here with you.

So you're saying that when the checkout fails in the post-commit,
nothing gets written to the Apache error log? If that's the case, then
it doesn't even create a connection to your server; you're either using
the wrong URL, or, for some reason, the host name is being resolved
differently in your post-commit hook than when you try the same URL on
the command line.

I'm not aware of why that wouldn't work, unless you're storing the
server name in an environment variable. The post-commit hook runs with
an empty environment.

-- Brane


-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. br...@wandisco.com

Reply via email to