Jump to content

Subversion: Difference between revisions

From EDM2
Ak120 (talk | contribs)
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
#REDIRECT [[Setting Up a Local Subversion Server]]
Apache Subversion (SVN) is a software versioning and revision control system.
 
==Features==
* versioning of directories, file renames, and file meta-data
* support for symbolic links
* atomic commits
* revision numbers per-commit, not per-file
 
==Articles==
* [[Setting Up a Local Subversion Server]]
 
==Links==
* https://subversion.apache.org
 
[[Category:Version control systems]]

Latest revision as of 19:51, 7 August 2023

Apache Subversion (SVN) is a software versioning and revision control system.

Features

  • versioning of directories, file renames, and file meta-data
  • support for symbolic links
  • atomic commits
  • revision numbers per-commit, not per-file

Articles

Links