svn 错误 !!!

发布于 2022-08-01 15:12:58 字数 1642 浏览 10 评论 1

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

装迷糊 2022-08-02 12:21:04

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文