本文介绍了SCM与SVN的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

SCM和SVN有什么区别? git与mercurial有什么不同?

解决方案

SCM通常意味着,其中包括CMRM(变更管理直至发布管理),包括版本管理。

SVN只是一个。



所以一个更完整,涵盖更全面的开发生命周期,而且是通用的:Team Fundation Server或RTC - Rational Team Concert - 都是SCM的例子。


What is the difference between SCM and SVN? And how does git differ from mercurial?

解决方案

SCM generally means Software Configuration Management, which include CMRM (Change Management up to Release Management), including versioning.

SVN is only a VCS: Version Control Tool.

So one is much more complete and covers more completely the development lifecycle, while being generic: Team Fundation Server or RTC - Rational Team Concert - are both examples of SCM.

这篇关于SCM与SVN的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 20:16