是否存在“连续”?版本控制?
是否有任何版本控制/颠覆系统可以让您/团队检查最新版本,然后同时协作处理它?我正在考虑类似于 Gobby 的工作方式,允许每个人同时编辑文档,但如果有意义的话,更多的是基于“存储库”。
Is there any revision control/subversioning system out there that allows you/ a group to check out the latest version, and then collaboratively work on it simultaneously? I am thinking something similar to how Gobby works in terms of allowing everyone to edit a document at the same time, but more "repository" based if that makes sense.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
svn 和 bzr,可能还有 cvs,都允许这样做,但是如果您都在处理代码的同一部分,则冲突解决总是很乏味。
svn and bzr, and probably cvs, all allow this, however the conflict resolution can always be tedious if you're all working on the same part of the code.
你的意思是像 Etherpad 之类的东西?
You mean something like Etherpad?