asp_8 发表于 2007-11-07 16:03

svn 错误 !!!

SERVER安装好后在 Windows 下用 Tortoi... CHECKOUT 然后提示输入密码登陆后

报错:

错误   PROPFIND request failed on '/svn/svn1'
错误   can't et postion pointer in file '/svn/svn1/db/revs/0': Invalid argument


tail /usr/local/apache/logs/error_log

[
Could not fetch resource information.
Could not open the root of the repository
Can't set position pointer in file '/svn/svn1/db/revs/0': Invalid argument
Could not fetch resource information.
Could not open the root of the repository
Can't set position pointer in file '/svn/svn1/db/revs/0': Invalid argument
Could not fetch resource information.
Could not open the root of the repository
Can't set position pointer in file '/svn/svn1/db/revs/0': Invalid argument





请问如何解决? 谢谢。

[ 本帖最后由 asp_8 于 2007-11-7 16:09 编辑 ]

rdcwayx 发表于 2007-11-26 12:46

google里找到的

In case anyone else comes across this - in my case, it meant that I was using the wrong version of apr & apr-util. Apache 2.2.6 requires apr >= 1.2

I found this out by trying to recompile apache using the --with-apr=/some/path config option & it told me that it needed at least 1.2.

svn doesn't have this in their docs - they just mention 0.9 and 1.0

For the record, a recompile of apache was not necessary - simply link svn against the correct apr made svn-server & apache happy together.
页: [1]
查看完整版本: svn 错误 !!!