带有“Lock”的免费或廉价的VCS而不是“合并”?
我一直在使用多个 VCS 系统,并且想知道:
是否有任何免费或廉价的 VCS 能够锁定文件而不是不断合并?
几乎所有开源 VCS 都支持合并...但是如果您生成了太多修订版,则需要合并的内容太多,过了一段时间,源代码就会疯狂地尝试处理所有合并。
问题: 我们的团队每天会生成约 100 多个更改,合并一组更改后,我们将面临每个开发人员必须提交的许多更改。
有什么比合并更好的解决方案吗?
使用HG(尝试过GIT、Bazaar等)
I've been using several VCS systems and wondered:
Is there any free or inexpensive VCS with ability to lock files instead of constantly merging?
Almost all the open-source VCSs out there support merge... but if you generate 1 too many revisions, there is too much to merge and after while, source code goes crazy trying to deal with all the merges.
Problem:
We have a team that generates ~ 100+ changes per day and merging a team of changes leaves us swamped with many, many changes each developer has to commit.
Any ideas for a better solution than merge?
Using HG (Tried GIT, Bazaar, etc.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SVN 允许您锁定单个文件。但不支持锁定整个目录。
SVN allows you to lock individual files. There's no support for locking whole directories though.
SourceGear 有一个免费的源代码控制产品,只要它只由 1 个开发人员使用。
www.sourcegear.com
SourceGear has a free source control product as long as it's only used by 1 developer.
www.sourcegear.com