Getting started with Version Control

后端 未结 30 1704
星月不相逢
星月不相逢 2020-11-30 18:57

I need to implement version control, even for just the developing I do at home. I have read about how great Subversion is for the past couple years and was about to dedicat

30条回答
  •  無奈伤痛
    2020-11-30 19:31

    I've used RCS, CVS, SCCS, SourceSafe, Vault, perforce, subversion, and git.

    I've evaluated BitKeeper, Dimensions, arch, bazaar, svk, ClearCase, PVCS, and Synergy.

    If I had to start a new repository today, I'd choose git. Hands down.

    It's free, fast, and under active development.

    And you can use it as a client of any subversion repository using git-svn.

    It rocks.

提交回复
热议问题