共享服务器上的 SVN

发布于 2024-11-01 06:16:36 字数 572 浏览 0 评论 0原文

我正在尝试在共享主机上设置 svn。主机已经安装了它,并且我创建了一个可以使用 svn+ssh 连接到的存储库,但是因为它是共享主机,所以我无法添加用户,所以我尝试使用 svnserve.conf 和 passwd 文件来添加用户这样做,但当我尝试这样做时:

svn list svn://svn.myDomain.org

我收到一条消息,上面写着:

Authentication realm: <svn://svn.myDomain.org:3690>
Password for 'cborders': 

但是当我输入在 passwd 文件中设置的密码时,它会向我提供相同的身份验证领域消息,并要求输入用户名,然后要求输入密码。它又执行了两次,然后完全失败。

这些是我的 svnserev.conf 文件中唯一未注释掉的行:

[general]
anon-access = none
auth-access = write
password-db = passwd

[sasl]

我做错了什么?

I am trying to set up svn on a shared host. The host has already installed it and I have created a repo that I can connect to using svn+ssh, but because it's shared hosting, I can't add users, so I am trying to use the svnserve.conf and passwd files to add users that way but when I try to do:

svn list svn://svn.myDomain.org

I get a message that says:

Authentication realm: <svn://svn.myDomain.org:3690>
Password for 'cborders': 

But when I put in the password that I have set up in the passwd file it gives me the same Authentication realm message and asks for a username, then a password. It does this two more times and then fails out completely.

These are the only lines that are not commented out in my svnserev.conf file:

[general]
anon-access = none
auth-access = write
password-db = passwd

[sasl]

What am I doing wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

拿命拼未来 2024-11-08 06:16:36

可能最好将 svnserver.conf 文件添加到您的问题中。我认为您在 [general] 部分中的领域是错误的。

probably best to add your svnserver.conf file to your question. I think you've got the realm in the [general] section wrong.

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