SVN使用什么同步模型?
根据维基百科,有一些同步模型: http://en.wikipedia.org/wiki/Synchronization_model
CVS 使用第一个,签入/签出,但这就是 SVN 使用的吗?我知道 Mercurial/Git 使用变更集模型,但是 SVN 使用什么?
There are a few synchronization models according to Wikipedia: http://en.wikipedia.org/wiki/Synchronization_model
CVS uses the first one, check-in/check-out, but is that what SVN uses? I know Mercurial/Git use the change set model, but what does SVN use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Subversion 使用 ChangeSet 将信息存储在存储库中。
Subversion uses ChangeSets to store the information in the repository.