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

RE: Problem with setting up new Subversion server.

From: David Tyler <dtyler_at_justicesystems.com>
Date: Wed, 22 Aug 2012 11:22:49 -0600

Found the problem. I was using a bad configuration line for apache. Here is the configure call for httpd that works:

./configure --prefix=/usr/local/apache2 --enable-ssl --enable-cache --enable-disk-cache --enable-mem-cache --enable-autoindex --enable-dav --enable-dav-fs --enable-dav-lock --enable-mods-shared="rewrite ssl dav dav-fs dav-lock proxy"

Thanks,
David

From: David Tyler
Sent: Wednesday, August 22, 2012 8:22 AM
To: users_at_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.
Received on 2012-08-22 19:23:23 CEST

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

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