encountered error with subversion version 1.8.0

2014-01-29 Thread Austin Mico
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

Re: encountered error with subversion version 1.8.0

2014-01-29 Thread David Chapman
On 1/29/2014 8:21 PM, Austin Mico wrote: 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/svnus

Re: encountered error with subversion version 1.8.0

2014-01-29 Thread Austin Mico
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 is >> >> >>DAV svn >>SVNParentPa

Re: encountered error with subversion version 1.8.0

2014-01-29 Thread Ben Reser
On 1/29/14, 8:21 PM, Austin Mico wrote: > 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/h

Re: encountered error with subversion version 1.8.0

2014-01-29 Thread Austin Mico
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 Mico wr