|
|
<img alt="">原文参见: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
具体原因参见原文,这里就不多说了。 |
|