It keeps prompting for the password and throws the error below afterwards.
svn: E215004: Commit failed (details follow):
svn: E215004: No more credentials or we tried too many times.
Authentication failed
On Thu, Jan 30, 2014 at 12:46 PM, Ben Reser wrote:
> On 1/29/14, 8:21 PM, Austin M
The versions are Subversion 1.8.0 and Apache 2.2.
Thanks for the quick reply.
On Thu, Jan 30, 2014 at 12:37 PM, David Chapman wrote:
> On 1/29/2014 8:21 PM, Austin Mico wrote:
>
>> Hi,
>>
>> I have encountered error with subversion. The conf for apache
Hi,
I have encountered error with subversion. The conf for apache is
DAV svn
SVNParentPath /var/repos
SVNPathAuthz off
AuthBasicProvider file
AuthType Basic
AuthName "SVN Login"
AuthLDAPURL
AuthUserFile /etc/httpd/conf/svnuser_local
require user svnu
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 yo
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
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
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