CVS 或 SVN 还是 GIT?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5545639/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
CVS or SVN or GIT?
提问by crashintoty
Possible Duplicate:
Revision Control System Recommendations
可能重复:
修订控制系统建议
I'm in the middle of developing a web app. Which version control system (CVS/SVN/GIT) is recommended for managing a web app (it's environment is PHP/MySQL, Apache 2, Ubuntu 10.10 64-bit server)?
我正在开发一个网络应用程序。推荐使用哪种版本控制系统(CVS/SVN/GIT)来管理 Web 应用程序(它的环境是 PHP/MySQL、Apache 2、Ubuntu 10.10 64 位服务器)?
The web app is being developed on a dev/sandbox server for now, but will eventually be hosted on dedicated servers in the cloud when its private beta and then launch time.
该网络应用程序目前正在开发/沙盒服务器上开发,但最终将在其私有测试版和启动时间时托管在云中的专用服务器上。
回答by DigitalRoss
Once upon a time, cvsalmost completely replaced its competition and ruled the world of version control.
曾几何时,cvs几乎完全取代了它的竞争对手,并统治了版本控制的世界。
Then it was itself replaced by svn.
然后它本身被svn取代。
And now, svn has been replaced by gitand github.
Git, Mercurial, and some proprietary systems are clearly the future of the VCS world.
Git、Mercurial和一些专有系统显然是 VCS 世界的未来。