You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "York, William" <Wi...@maxtor.com> on 2005/10/05 14:51:48 UTC

Problems after upgrade to SVN 1.2.3 svn log

I upgraded our repository from 1.1.4 to 1.2.3 yesterday.  I have had an
issue with Apache's mod_auth_ldap module not working so I disabled
authentication.  Anonymous gets and commits are working fine, but when
out continuous integration software tries to execute svn log I get the
following error:

 

[yorkwi@colsvc01 web]$ svn log http://server/svn/apps/trunk
--non-interactive -v --xml -r
{2005-10-03T14:03:54Z}:{2005-10-05T14:41:00Z}

<?xml version="1.0" encoding="utf-8"?>

<log>

svn: PROPFIND request failed on '/svn/web/trunk/Frameworks/Foundation'

svn: PROPFIND of '/svn/web/trunk/Frameworks/Foundation': 403 Forbidden
(http://svn.corp.mxtr.net <http://svn.corp.mxtr.net/> )

 

When I did the upgrade I performed a svnadmin dump since I wanted to
migrate from Berkeley DB to FSFS.  Might this have caused some issues?

 

Thanks,

  Bill.