See below. Thanks, David
From: David Tyler Sent: Wednesday, August 22, 2012 8:22 AM To: users@subversion.apache.org Cc: David Tyler Subject: Problem with setting up new Subversion server. I am currently receiving the following error when I attempt to access a newly created Subversion server: svn: E175002: Unable to connect to a repository at URL 'http://blackstone/fullcourtweb' svn: E175002: The OPTIONS request returned invalid XML in the response: XML parse error at line 1: Extra content at the end of the document The Subversion client seems to be working on this machine as I am able to access the old Subversion server, but I cannot access the new server which is located on the same machine. I would greatly appreciate any help on this issue. Thank you, David System information: Linux blackstone.XXXXXX.com 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux Installed packages: zlib-1.2.7, libxml2-2.8.0, sqlite-3.6.20, neon-0.29.6, apache httpd-2.2.22, subversion-1.7.6 Note: These packages have all been compiled from source code. More information as requested: Our current SVN server is Linux system that is almost 10 years old and I am attempting to migrate to a new server. The new server is virtual Linux machine on a cluster. The repository was dumped from the old machine using the svnadmin dump command and loaded on the new machine using the svnadmin load command. I have noticed while collecting this information that the Cyrus component is missing from the new machine (see in bold below). I am not sure however if that has any effect on the error I am receiving. SVN version on the old machine: svn, version 1.6.6 (r40053) compiled Dec 19 2009, 15:36:43 Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository access (RA) modules are available: * ra_neon : Module for accessing a repository via WebDAV protocol using Neon. - handles 'http' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme SVN version on new machine: svn, version 1.7.6 (r1370777) compiled Aug 21 2012, 19:41:07 Copyright (C) 2012 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_neon : Module for accessing a repository via WebDAV protocol using Neon. - handles 'http' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme >From the new machine, I am able to access the SVN repository on the old >machine: [svn@blackstone ~]$ svn list http://abqlx1/fullcourtweb MobileApp/ drools/ e-file/ enterprise/ epay/ jsi_services/ jsiesb/ new_import/ >From the new machine, I am unable to access the SVN repository on the new >machine: [svn@blackstone ~]$ svn list http://blackstone/fullcourtweb svn: E175002: Unable to connect to a repository at URL 'http://blackstone/fullcourtweb' svn: E175002: The OPTIONS request returned invalid XML in the response: XML parse error at line 1: Extra content at the end of the document (http://blackstone/fullcourtweb)