【发布时间】:2011-05-01 03:15:18
【问题描述】:
(操作系统是 Ubuntu 服务器)
我用这样的 SVN 创建了一个新的存储库:
$ svnadmin create myrepo --pre-1.6-compatible
第一次,当我想访问我的新存储库 myrepo(使用 TortoiseSVN 工具)时,我可以阅读,但在写作时,我不能(出现锁定 SVN 消息) .所以我在论坛帖子上找到了一个建议在存储库上设置所有权限的人:
$ chmod -r 770 myrootrepositories
然后,我无法访问 所有 我的存储库...使用 TortoiseSVN,当我想访问存储库时出现此错误:
Server sent unexpected return value (500 Internal Server Error) in response to OPTIONS request for https://xx.xx.xx.xx/svn/myrepo
我重新启动了所有,但没有任何改变...
【问题讨论】:
标签: svn ubuntu repository