SVN ERROR: Could not open the requested SVN filesystem
Добавлено: 2009-10-06 15:48:38
Добрый день.
Неожиданно возникла проблема: на корпоративном freebsd сервере стоит svn сервер, настроенный на работу через apache, и неожиданно перестали создаваться коммиты, апдейт делается коммит - нет. Выскакивают следующие ошибки:
Svn client:
apache:
Конфиг apache:
Неожиданно возникла проблема: на корпоративном freebsd сервере стоит svn сервер, настроенный на работу через apache, и неожиданно перестали создаваться коммиты, апдейт делается коммит - нет. Выскакивают следующие ошибки:
Svn client:
Код: Выделить всё
Command: Commit
Adding: Сергей\Desktop\proj\test.txt
Error: Commit failed (details follow):
Error: Could not open the requested SVN filesystem
Finished!:
Код: Выделить всё
[Tue Oct 06 16:36:50 2009] [error] [client 192.168.0.149] (20014)Internal error: Can't open file '/usr/local/www/svn/repositories/error/format': No such file
[Tue Oct 06 16:36:50 2009] [error] [client 192.168.0.149] Could not fetch resource information. [500, #0]
[Tue Oct 06 16:36:50 2009] [error] [client 192.168.0.149] Could not open the requested SVN filesystem [500, #2]
[Tue Oct 06 16:36:50 2009] [error] [client 192.168.0.149] Could not open the requested SVN filesystem [500, #2]
Код: Выделить всё
<VirtualHost *:80>
DocumentRoot "/usr/local/www/svn"
ServerName svn.office
ErrorLog "/usr/local/www/svn/svn-error.log"
CustomLog "/usr/local/www/svn/svn-access.log" common
<Location />
DAV svn
SVNListParentPath on
SVNParentPath /usr/local/www/svn/repositories
AuthType Basic
AuthName "SVN Server"
AuthUserFile /usr/local/www/svn/repositories/svn-passwd
AuthzSVNAccessFile /usr/local/www/svn/repositories/svn-access
Require valid-user
</Location>
</VirtualHost>