Files
freeCodeCamp/guide/english/svn/index.md
Neethan be6a1ca80f Added alternatives section to svn (#25677)
* Added alternatives section to svn

* Update index.md
2018-10-25 08:27:05 -04:00

13 lines
645 B
Markdown

---
title: Apache Subversion
---
## Apache Subversion
Apache Subversion is a software versioning and revision control system distributed as open source under the [Apache License](https://en.wikipedia.org/wiki/Apache_License). It is used to maintain current and historical versions of files such as source code, web pages and documentation.
### Alternatives to Subversion
* [Git](https://en.wikipedia.org/wiki/Git)
* [GNU Bazaar](https://en.wikipedia.org/wiki/GNU_Bazaar)
* [CVS](https://en.wikipedia.org/wiki/Concurrent_Versions_System)
For downloads and documentation, visit [Apache Subversion official site](https://subversion.apache.org)