2006年12月1日 13:54
假设的环境:
apache2.2 配置的时候要 –enable-dav
subversion http://subversion.tigris.o...
./configure –with-apxs=/path/to/your/apache/apxs –prefix=/path/to/install/svn
安装比较简单,网上有很多现成的资料,但是在配置的时候,我碰到了一个奇怪的问题:
Error: PROPFIND of ‘/referer’: 301 Moved Permanently (http://svn.iyi.cn)
配置的时候要注意,VirtualHost和Location不要重叠,比如
DocumentRoot /www/svn
ServerName svn.iyi.cn
DAV svn
SVNParentPath /www/svn
这样,当问http://svn.iyi.cn/foo/bar时,apache就不知道是访问DocumentRoot的/www/svn/foo/bar,还是通过mod_dav_svn访问名为/foo/bar的repository,从而导致301错误。
详见:http://subversion.tigris.o...
把SVNPath设为另外的路径即可,比如/data/svn。
apache2.2 配置的时候要 –enable-dav
subversion http://subversion.tigris.o...
./configure –with-apxs=/path/to/your/apache/apxs –prefix=/path/to/install/svn
安装比较简单,网上有很多现成的资料,但是在配置的时候,我碰到了一个奇怪的问题:
Error: PROPFIND of ‘/referer’: 301 Moved Permanently (http://svn.iyi.cn)
配置的时候要注意,VirtualHost和Location不要重叠,比如
DocumentRoot /www/svn
ServerName svn.iyi.cn
DAV svn
SVNParentPath /www/svn
这样,当问http://svn.iyi.cn/foo/bar时,apache就不知道是访问DocumentRoot的/www/svn/foo/bar,还是通过mod_dav_svn访问名为/foo/bar的repository,从而导致301错误。
详见:http://subversion.tigris.o...
把SVNPath设为另外的路径即可,比如/data/svn。
我们推荐您
快去试试吧!
apache2.2 Mod_fastcgi的安装
好消息:Windows与Linux可能会全面兼容







