Added alternatives section to svn (#25677)

* Added alternatives section to svn

* Update index.md
This commit is contained in:
Neethan
2018-10-25 08:27:05 -04:00
committed by Paul Gamble
parent 022a2fce8a
commit be6a1ca80f

View File

@ -4,4 +4,9 @@ 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)