VSS 到 SVN - 存储库
我们终于从 Visual Source Safe 转向 VisualSVN(等)了。
常见的做法是仅创建一个存储库,然后将所有项目添加为该存储库的子文件夹,还是为每个项目创建一个存储库?
We're finally moving from Visual Source Safe to VisualSVN (et al) woohoo.
Is it common practise to just create one repository, and then subsequently add all projects as subfolders of this repository, or create one repository for each project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您为每个项目创建单独的存储库,则版本号是独立的。因此,项目 A 的版本可能为 10,B 的版本为 100。
如果每个项目都有一个存储库和一个子文件夹,则版本号是一个运行总数。
The version numbers are independent if you create a separate repository for each project. So project A might be at version 10 and B at 100.
The version number is a running total if you have one repository and a subfolder for each project.
您可以使用一个存储库,您可以基于子文件夹授予访问权限,因此不需要第二个存储库。
You can use one repository, You can give access base on sub folders, so no need for a 2nd repository.
这取决于公司。我担任顾问多年,见过不同的方法。以下是最流行的方法。
It depends on the company. I was a consultant for many years and I have seen different approaches. Following is the most popular approach.
交叉引用相关问题:SVN 项目结构
它涵盖了您是否选择仅使用一个存储库。
Cross-Reference to related question: SVN project structure
It covers if you choose to go with just one repository.