Subversion: Difference between revisions
Appearance
Ak120 moved page Subversion to Setting Up a Local Subversion Server |
mNo edit summary |
||
Line 1: | Line 1: | ||
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