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
[
[Tue Nov 06 11:58:30 2007] [error] [client 192.168.5.77] Could not fetch resource information. [500, #0]
[Tue Nov 06 11:58:30 2007] [error] [client 192.168.5.77] Could not open the root of the repository [500, #22]
[Tue Nov 06 11:58:30 2007] [error] [client 192.168.5.77] Can't set position pointer in file '/svn/svn1/db/revs/0': Invalid argument [500, #22]
[Tue Nov 06 12:15:03 2007] [error] [client 192.168.5.77] Could not fetch resource information. [500, #0]
[Tue Nov 06 12:15:03 2007] [error] [client 192.168.5.77] Could not open the root of the repository [500, #22]
[Tue Nov 06 12:15:03 2007] [error] [client 192.168.5.77] Can't set position pointer in file '/svn/svn1/db/revs/0': Invalid argument [500, #22]
[Tue Nov 06 12:15:04 2007] [error] [client 192.168.5.77] Could not fetch resource information. [500, #0]
[Tue Nov 06 12:15:04 2007] [error] [client 192.168.5.77] Could not open the root of the repository [500, #22]
[Tue Nov 06 12:15:04 2007] [error] [client 192.168.5.77] Can't set position pointer in file '/svn/svn1/db/revs/0': Invalid argument [500, #22]
请问如何解决? 谢谢。
[ 本帖最后由 asp_8 于 2007-11-7 16:09 编辑 ]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.