RE: The XML response contains invalid XML

2014-02-10 Thread Daren Hawes
It's not the NAS. Same thing happens on local repository drive. It does not do it on any particular file, but seemed to stop on ZIP file. I deleted but it now odes it on random PNG files. Where can I find the logs? On the Sever or the Client? Daren -Original Message- From: Ryan Schmidt

AW: svn switch will not update ../ externals (now with commit of change in unix script

2014-02-10 Thread Schindler, Michael (AMOS Austria GmbH)
hi! just noticed that i forgot a line when porting to unix, now the change in the file is commitet too and you can see the wrong contets. linux logfile also new Mit freundlichen Grüssen, DI MIchael Schindler AMOS Austria GMBH Informationstechnologie / Anwendungsentwicklung Hietzinger Kai 101-

svn switch will not update ../ externals

2014-02-10 Thread Schindler, Michael (AMOS Austria GmbH)
hi! i found problems with the switch command and svn externats; at least for ../ type of externals and files switch behaves as if --ignore-externals was given. Is there a way to get the externals switched too? in 1.7 it worked. I want switch to give the same output as a fresh checkout, not diff

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