Re: POST-commit hook issue - Check in works

2014-02-11 Thread Matt Parks
Ben, Set up a new Virtual Server for SVN yesterday, and now I have to re-write my post-commit hook in some other DOS type language, instead of the bash script I was using. Just wanted to let you know, no resolution to issue, but moving to another server may help. Matthew C. Parks *Consultant*

Re: POST-commit hook issue - Check in works

2014-02-10 Thread Branko Čibej
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 s

Re: POST-commit hook issue - Check in works

2014-02-10 Thread Matt Parks
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. Matt Matthew C. Parks *Consultant* *EMPOWER Student Inf

Re: POST-commit hook issue - Check in works

2014-02-10 Thread Branko Čibej
On 10.02.2014 14:43, Matt Parks wrote: > Yes, I su - apache and ran command. > > the Apache error log you mean /etc/httpd/logs/error_log? That has the > following. > > [Mon Feb 10 08:23:21 2014] [notice] SELinux policy enabled; httpd > running as context root:system_r:httpd_t:s0 > [Mon Feb 10 08:2

Re: POST-commit hook issue - Check in works

2014-02-10 Thread Matt Parks
Yes, I su - apache and ran command. the Apache error log you mean /etc/httpd/logs/error_log? That has the following. [Mon Feb 10 08:23:21 2014] [notice] SELinux policy enabled; httpd running as context root:system_r:httpd_t:s0 [Mon Feb 10 08:23:21 2014] [notice] suEXEC mechanism enabled (wrapper

Re: POST-commit hook issue - Check in works

2014-02-10 Thread Branko Čibej
On 10.02.2014 14:24, Matt Parks wrote: > Running this command on the SVN server manually works, I'm assuming that's after 'sudo -u apache -i'. > just not in the post-commit hook script > > /usr/bin/svn co --username apache --password * > -q http://svnServer/ > /trunk/wwwroo

Re: POST-commit hook issue - Check in works

2014-02-10 Thread Matt Parks
Running this command on the SVN server manually works, just not in the post-commit hook script /usr/bin/svn co --username apache --password * -q http://svnServer/ /trunk/wwwroot/ /var/svn/svntmp//build/ Matthew C. Parks *Consultant* *EMPOWER Student Information System

Re: POST-commit hook issue - Check in works

2014-02-10 Thread Matt Parks
First entry in /var/svn/avn-auth-conf apache:$apr1$GaNxd/..$YeQrUtQBHINvbwal/v0Au/ But I will try out the file access right now... Matt Matthew C. Parks *Consultant* *EMPOWER Student Information System* ComSpec International, Inc. 30800 Telegraph Rd, Ste 2775 Bingham Farms, MI 48025 PH

Re: POST-commit hook issue - Check in works

2014-02-10 Thread Branko Čibej
On 10.02.2014 13:48, Matt Parks wrote: [...] > > > "apache" is the name of the local user on the server that your HTTPd > process is running as. > > > > HTTPd Conf contains: > > # Load Subversion Apache Modules > LoadModule dav_svn_module modules/mod_dav_svn.so > LoadModule authz_svn_module

POST-commit hook issue - Check in works

2014-02-10 Thread Matt Parks
It was suggested to me to send this to this email address, I am not sure if there is a online board for this, but here are some of the details that I am working with below. Issue started after attempting to get SVN to use LDAP. I have rolled that part back and now this issue has occurred. I know

Re: POST-commit hook issue - Check in works

2014-02-09 Thread Branko Čibej
On 10.02.2014 07:53, Branko Čibej wrote: > On 09.02.2014 23:30, Matt Parks wrote: >> OK, information on my issue, > > ... that went to the wrong list ... > >> svn, version 1.6.11 (r934486) >>compiled Apr 12 2012, 11:02:08 >> >> COMMIT code works, but post-commit does not. Here is my post commi

Re: POST-commit hook issue - Check in works

2014-02-09 Thread Branko Čibej
On 09.02.2014 23:30, Matt Parks wrote: > OK, information on my issue, ... that went to the wrong list ... > svn, version 1.6.11 (r934486) >compiled Apr 12 2012, 11:02:08 > > COMMIT code works, but post-commit does not. Here is my post commit code: > > echo "=" >>