Next 1.2 Subversion - evolution Prev

Subversion - evolution

  • Modern evolution of CVS.
  • Centralized, one repository per project.
  • Tracks directory changes such as
    renames, symlinks. No permissions.
  • Branch is implemented as a copy.
  • Tag is implemented as a copy.
  • Copy is cheap, actual copy on write.
  • Limited support for merging.
  • Changesets are not first class citizens.
  • Reuses Apache 2 for the server.
  • Could be considered for new projects.

Next Revision Control Systems Prev