Re: upgrade to subversion 1.8.5 suspected bug

2014-01-21 Thread Austin Mico
I added the line RemoveType .php for the subversion conf and it is working now. Thank you very much to all. On Wed, Jan 22, 2014 at 3:13 PM, Ben Reser wrote: > On 1/21/14, 9:43 PM, Austin Mico wrote: > > AddType text/html .php > > Ryan is entirely right. > > This is your problem. Add this t

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-21 Thread Ben Reser
On 1/21/14, 9:43 PM, Austin Mico wrote: > AddType text/html .php Ryan is entirely right. This is your problem. Add this to your Location for svn: RemoveType .php Or simply move the AddType inside some block a block probably makes the most sense. Since blocks will never match against SVN serv

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-21 Thread Ryan Schmidt
On Jan 22, 2014, at 00:26, Ryan Schmidt wrote: > On Jan 20, 2014, at 23:04, Austin Mico wrote: > >> If you have this code below which can be viewed exactly like this on browser >> on version 1.8.4 >> > >> // Define path to application directory >> defined('APPLICATION_PATH') >>|| define('A

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-21 Thread Ryan Schmidt
On Jan 20, 2014, at 23:04, Austin Mico wrote: > If you have this code below which can be viewed exactly like this on browser > on version 1.8.4 > > // Define path to application directory > defined('APPLICATION_PATH') > || define('APPLICATION_PATH', realpath(dirname(__FILE__) . > '/../app

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-21 Thread Austin Mico
Here is the php conf: # # PHP is an HTML-embedded scripting language which attempts to make it # easy for developers to write dynamically generated webpages. # LoadModule php5_module modules/libphp5.so LoadModule php5_module modules/libphp5-zts.so # # Cause the PHP interpreter to handle

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-21 Thread Nico Kadel-Garcia
On Tue, Jan 21, 2014 at 8:38 PM, Ben Reser wrote: > This is a side effect of the change to setting the filename entry in the > request record with 1.8.5. See the 2nd yellow box here: > http://subversion.apache.org/docs/release-notes/1.8.html#mod_dav_svn-fsmap > > I'd guess you have some sort of

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-21 Thread Ben Reser
On 1/20/14, 9:04 PM, Austin Mico wrote: > If you have this code below which can be viewed exactly like this on browser > on > version 1.8.4 > > > // Define path to application directory > defined('APPLICATION_PATH') > || define('APPLICATION_PATH', realpath(dirname(__FILE__) . > '/../applic

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-21 Thread Nico Kadel-Garcia
Do you have another web server running on port 80? And does the WanDisco server tweak the standard "httpd" package's configuration, or does it install another fully equipped "httpd"? You should be able to run tools like "netstat" and "lsof" to see what has the port open. On Tue, Jan 21, 2014 at 1

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-20 Thread Austin Mico
Sorry, this is a private repository. The subversion is 1.8.4 (r1534716) mod_dav_svn.x86_64 1.8.4-2 Here is the yum update command: yum update subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.arsc.edu * extras: mirrors.lga7.us.voxel.net * iu

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-09 Thread Ryan Schmidt
Remember to Reply All so this conversation stays on the public mailing list instead of in private email. On Jan 8, 2014, at 20:11, Austin Mico wrote: > On Thu, Jan 9, 2014 at 1:13 AM, Ryan Schmidt wrote: > >> On Jan 8, 2014, at 04:40, Austin Mico wrote: >> >>> I have tried to upgrade with the

Re: upgrade to subversion 1.8.5 suspected bug

2014-01-08 Thread Ryan Schmidt
On Jan 8, 2014, at 04:40, Austin Mico wrote: > I have tried to upgrade with the latest version 1.8.5 but found to have the > display of the repository with apache to be incorrect wherein php codes were > displayed incorrectly. Some of the codes were truncated. Please be more specific.

upgrade to subversion 1.8.5 suspected bug

2014-01-08 Thread Austin Mico
Hi, I have tried to upgrade with the latest version 1.8.5 but found to have the display of the repository with apache to be incorrect wherein php codes were displayed incorrectly. Some of the codes were truncated. I just reverted back to 1.8.4 and still work on my local dev box. Thanks, Austin