版本控制系统(例如:Subversion)和文档管理系统有什么区别?
DMS:集中文档存储、管理访问、跟踪文档、安全性、身份验证等。
版本控制,例如 Subversion:而不是上面的 DMS 功能,Subversion:合并、创建图形等。
但我真的很困惑不同的基本内容DMS 和颠覆?
DMS : Centralized Document Storage, management access, keep track document, security, authentification, etc.
Version control, example like Subversion : instead of DMS featur above, Subversion : merge, create graph, etc.
but I really confusing the basic thing which differ DMS and subversion ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
版本控制系统(VCS)和文档管理系统(DMS)都有一组共同的功能:
但这两者之间存在一系列差异:
使用文档的最终用户,例如秘书。
VCS,例如:
另一方面,一组功能在 VCS 中更为常见和重要:
Both version control systems (VCS) and document management systems (DMS) share a set of common feature:
But there are a set of differences between theses two:
end users that work with documents, e.g. secretaries.
VCSs, such as:
On the other hand, a set of features are more common and essential in VCSs:
版本控制系统支持更多与软件开发相关的功能。
包括但不限于:结账、合并、分支、标签、集成……
这些功能用于处理多个用户同时更改文件,以及在软件产品发布时进行跟踪/分支,将更改从一个分支移动到另一个分支,...
文档管理系统更适合最终用户保存和协作文档。它们可以支持版本化文档,但缺乏上面列出的功能。
有关版本控制系统的更多信息,请参阅 http://en.wikipedia.org/wiki/Revision_control
Version control systems support many more features related to software development.
Including but not limited to: checkout, merging, branching, labeling, integration, ...
These features are used to handle multiple users changing a file(s) at the same time, and tracking/branching when a software product is released, moving changes from one brach to another, ...
Document management systems are more for end users to save and collaborate documents. They can support versioned documents, but lack the features listed above.
See http://en.wikipedia.org/wiki/Revision_control for more information about version control systems