【问题标题】:Why does authorization fail when I commit to svn using VisualSVN?当我使用 VisualSVN 提交 svn 时,为什么授权失败?
【发布时间】:2009-05-29 16:18:54
【问题描述】:

我已经设置了 svnserve,现在我正在测试一个没有凭据的存储库,所以在 svnserve.config 我有

[general]
# anon-access = write
### auth-access = write

# use-sasl = false

并重启服务

我已经使用 VisualSVN 和 svn://server/repos 在单独的机器上成功获得了一个项目的工作副本,但是当我使用 VisualSVN 提交时,我得到授权失败

有什么想法吗?

【问题讨论】:

    标签: svn


    【解决方案1】:

    取消注释anon-access = write 行;默认为只读。

    【讨论】:

    • 天哪,真是个甜甜圈!!!我是 svnserve 的新手,我认为 1 # 代表要读取的一行,DOH,LOL
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-03-17
    • 1970-01-01
    • 1970-01-01
    • 2018-02-12
    • 2013-10-24
    • 1970-01-01
    相关资源
    最近更新 更多