在ubuntu服务器中设置websvn的密码?
我已经在 ubuntu 服务器中使用 apt-get install websvn 安装了 websvn 。
我现在可以通过 http://url/websvn 访问 websvn。
但是,我想设置访问密码,这样只有授权的人才能访问它。
我怎样才能做到这一点?
i have installed websvn using apt-get install websvn in ubuntu server.
i can now access websvn through http://url/websvn.
however, i want to set a password to the access, so only authorized people could access it.
how could i do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅 授权浏览 Subversion 存储库 的文档
希望这会有所帮助。
Have a look at the documentation at Subversion repository browsing with authorization
Hope this helps.
您可以将 .htaccess 文件放入 websvn 文件夹的根目录中:
http://www.duchnik.com/tutorials/vc/setting-up-and-configuring-websvn
You can just put in a .htaccess file in the root of the websvn folder:
http://www.duchnik.com/tutorials/vc/setting-up-and-configuring-websvn
添加用于存储库身份验证的用户管理员。
打开
dav_svn .conf 文件。
添加以下行。
请设置以上正确的SVNParentPath。
确保 apache2-utils 已安装。
Add User admin for repository authentication.
Open the
dav_svn.conf
file.Add the below line.
Please set the above correct SVNParentPath.
Make sure apache2-utils is installed.