[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

PROPFIND error when making changes to root of repository

From: Adam <adam.mytton_at_tatasteel.com>
Date: Fri, 28 Feb 2014 04:07:14 -0800 (PST)

Hello all,

My SVN repository is located on an Oracle Linux 6 server that is running SVN 1.6.11 (that latest version available from Oracle's repo). I'm hosting the repository via Apache using the following settings in httpd.conf:-

<VirtualHost 12.34.56.78:80>
    ServerName svn.mydomain.com
    <Location />
      DAV svn
      SVNPath /var/svn/repository
    </Location>
</VirtualHost>

(I also intend to use LDAP authentication, but have disabled it to confirm it was not the cause of this error)

When trying to perform any action at the root of this repository results in an error from TortoiseSVN (latest version 1.8.5). I receive the message 'The PROPFIND response did not include the requested version-controlled-configuration value'. Performing actions at any directory within the repository seems to work okay.

I am not using nginx which I have seen has caused others to receive a similar error.

I have confirmed that running SVN from the command line everything works fine so this looks like it could be a Tortoise issue:-

C:\Program Files\TortoiseSVN\bin>svn --version
svn, version 1.8.8 (r1568071)
   compiled Feb 18 2014, 20:42:30 on x86-microsoft-windows

C:\Program Files\TortoiseSVN\bin>svn -m "This is a test commit at the root of my
 repository." mkdir http://svn.mydomain.com/test123

Committed revision 7.

Any ideas as to what is going wrong here? Thanks.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3073795

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-02-28 13:56:07 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.