Subversion:将存储库用户从现有项目复制到新项目(SASL 数据库)
是否可以将 sasl(包含用户名+密码)数据库从一个存储库复制到另一个存储库?
我问这个的原因如下: 每次您在 SVN 中创建新项目时,它都会为其打开一个存储库。 就这样吧。
不幸的是,它不会将另一个(可选择的)现有项目的现有用户复制到新项目中。 (我说的是 sasl 数据库)。
Is it possible to copy the sasl (which contains username + pw) database from one repository to another?
The reason Im asking that is the following:
Everytime you create a new project in SVN it opens up a repository for it. So be it.
Unfortunately it does not copy the existing users of another (selectable) already existing project into the new one. (Im talking of the sasl database).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你用的是svnserve吗?
我建议使用 Apache 来为存储库提供服务。 这样您就可以获得 Apache 为限制存储库访问而提供的所有灵活性。
You are using svnserve?
I'd suggest using Apache for serving the repository. That way you get all the flexibility that Apache provides for restricting repository access.