共享服务器上的 SVN
我正在尝试在共享主机上设置 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能最好将 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.