Code repos

Mostly, open source projects use some form of source code version control software (VCS). The most common are:

  • SVN, or Subversion, tried to fix the shorthands of CVS. Centralized VCS
  • GIT, the tool used by the Rails project itself, the Linux Kernel, and many more projects. Decentralized VCS

Also available in: HTML TXT