Chinaunix首页 | 论坛 | 博客
  • 博客访问: 925427
  • 博文数量: 162
  • 博客积分: 6207
  • 博客等级: 准将
  • 技术积分: 1687
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-10 01:36
个人简介

80后技术男

文章分类

全部博文(162)

文章存档

2013年(6)

2012年(20)

2011年(24)

2010年(8)

2009年(13)

2008年(37)

2007年(35)

2006年(19)

分类: 系统运维

2007-02-27 10:32:25

I get a "Propfind 302 found" when I commit a file. What's wrong?

+ +

Subversion refuses to add any new files to a repository and shows propfind 302 found error if ErrorDocument 404 handler is enabled. +

+ +

The solution is to disable special 404 error handling for Subversion directories with 'ErrorDocument 404 default':

+ +
+
+ DAV svn
+ SVNParentPath /var/www/svn
+ SVNIndexXSLT /svnindex.xsl
+
+ # Limit access to list of valid users.
+ # Require SSL connection for password protection.
+ # SSLRequireSSL
+
+ AuthType Basic
+ AuthName "Multiplex Systems Subversion Repository"
+ AuthUserFile /var/www/auth-file
+ Require valid-user
+ ErrorDocument 404 default
+

+
+ + + +
阅读(1666) | 评论(0) | 转发(0) |
0

上一篇:apache KeepAlive 指令

下一篇:VNC服务器配置

给主人留下些什么吧!~~