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
