首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

Redmine与Subversion 1.6集成中的有关问题

2012-09-14 
Redmine与Subversion 1.6集成中的问题原文参见:http://blog.vinodsingh.com/2009/08/redmine-with-subvers

Redmine与Subversion 1.6集成中的问题

Redmine与Subversion 1.6集成中的有关问题原文参见:http://blog.vinodsingh.com/2009/08/redmine-with-subversion-16.html

?

最近在进行SVN迁移时,Subversion由1.5.x 升级到1.6.x,其它的一切正常,但是在Redmine中报下面的错误:

?

The entry or revision was not found in the repository.

?

我的Redmine的部署方式是Apache + Passenger, 使用apache用户运行,查询/etc/passwd文件中查得apache用户主目录为/var/www,从~目录复制.subversion目录到/var/www下,打开/var/www.subversion/config文件,去掉下面两行行首的#号

store-passwords = no

store-auth-creds = no

?

具体原因参见原文,这里就不多说了。

热点排行