Jump to content

Apache Subversion

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Eloquence (talk | contribs) at 13:12, 7 November 2002 (first version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Subversion (also known as svn) is a version control system designed specifically to replace CVS, which is considered to have many deficiencies. The following features are planned to be included in the first version:

  • Most current CVS features
  • Directories, renames, and file meta-data are versioned
  • Commits are truly atomic
  • Apache as network server, WebDAV/DeltaV for protocol
  • Branching and tagging are cheap (constant time) operations
  • Natively client/server, layered library design
  • Client/server protocol sends diffs in both directions
  • Costs are proportional to change size, not data size
  • Efficient handling of binary files
  • Parseable output

Subversion has an IRC channel on irc.freenode.net (#svn).