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

Problem when config SVN to the root of a sub domain name

From: 曹振华 <benb88_at_gmail.com>
Date: Thu, 24 Feb 2011 21:10:40 +0800

I want to set 'svn.x.com' as the root of a svn repository, so I use apache's
<Location /> directive to make all request to this sub domain forward to svn
system, and It performs well when just reading from web interface. But I got
problem with commitment, The error log shows below:

[Thu Feb 24 20:09:22 2011] [error] [client 1.1.1.1] (20014)Internal error:
Can't open file '/usr/local/svn/repos/error/format': No such file or
directory
[Thu Feb 24 20:09:22 2011] [error] [client 1.1.1.1] Could not fetch resource
information. [500, #0]
[Thu Feb 24 20:09:22 2011] [error] [client 1.1.1.1] Could not open the
requested SVN filesystem [500, #2]
[Thu Feb 24 20:09:22 2011] [error] [client 1.1.1.1] Could not open the
requested SVN filesystem [500, #2]

--------------------------
I then found Problems can be resolve if I use <Location /repos> directive,
and visit 'svn.xxx.com/repos' as the root of repository, could someone tell
me why and what is the cause of this problem?
Thanks!

Best Regards,

Ben Cao
Received on 2011-02-24 14:14:00 CET

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.