Apache Subversion: Difference between revisions

Content deleted Content added
Undid revision 1227814389 by 197.48.47.125 (talk) unexplained link removal; in particular, the one on revision control must be kept.
m FSX: typography
 
(10 intermediate revisions by 9 users not shown)
Line 12:
| ver layout = stacked
| programming language = [[C (programming language)|C]]
| operating system = {{hlist|[[Centos]]|[[Debian]]|[[Fedora (operating system)|FedoraLinux]]|[[FreeBSD]]|[[HP-UX]]|[[NetBSD]]|[[OpenBSD]]|[[openSUSE]]|[[OpenVMS]]|[[macOS]]|[[Red Hat Linux]]|[[Solaris (operating system)|Solaris]]|[[SUSE Linux]]|[[Ubuntu]]|[[Windows]]}}
| genre = [[Revision control]]
| license = [[Apache License|Apache-2.0]]{{efn|Apache-2.0 since 2009-07-07.}}
}}
 
'''Apache Subversion''' (often abbreviated '''SVN''', after its command name ''svn'') is a [[software versioning]] and [[revisionversion control]] system distributed as [[Open-source software|open source]] under the [[Apache License]].<ref>{{cite web |year=2020 |title=Subversion |url=https://directory.fsf.org/wiki/Subversion#tab=Details |access-date=3 October 2023 |website=directory.fsf.org |publisher=[[Free Software Directory]] |language=en-US}}</ref> Software developers use Subversion to maintain current and historical versions of files such as [[source code]], web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used [[Concurrent Versions System]] (CVS).
 
The [[Open-source software|open source]] community has used Subversion widely: for example, in projects such as [[Apache Software Foundation]], [[FreeBSD]], [[SourceForge]], and from 2006 to 2019, [[GNU Compiler Collection|GCC]]. [[CodePlex]] was previously a common host for Subversion repositories.
Line 120:
|{{Version|c|1.14}}
|2020-05-27<ref>{{Cite web|title=Apache Subversion 1.14 LTS Release Notes|url=https://subversion.apache.org/docs/release-notes/1.14.html|access-date=2020-06-02|website=subversion.apache.org}}</ref>
|1.14.5<ref>{{Cite web |last=The Subversion Team |title=Apache Subversion News Archives |url=https://subversion.apache.org/news.html |access-date=2024-12-20 |website=subversion.apache.org |publisher=The Apache Software Foundation}}</ref><ref>{{Cite web |first=Daniel |last=Sahlberg |date=2024-12-08 |title=Release Announcement – [SECURITY][ANNOUNCE] Apache Subversion 1.14.5 released |series=User mailing list for Subversion |url=https://lists.apache.org/thread/jz1j48zrpryw8600n0x7kssvyq90y1fs |access-date=2024-12-08 |website=lists.apache.org |publisher=The Apache Software Foundation}}</ref><ref>{{Cite web |last=The Subversion Team |date=2024-10-08 |title=Changelog for Version 1.14.5 and earlier |url=https://svn.apache.org/repos/asf/subversion/tags/1.14.5/CHANGES |access-date=2024-12-20 |website=Apache Subversion |publisher=The Apache Software Foundation}}</ref>
|1.14.3
|20232024-12-2008
|Fully supported, [[Long-term support|LTS]]
|-
|{{Version|p|1.15}}
|20XX
|2024-0x
|1.15.0
|(Not yet released)
Line 177:
 
====FSX====
A new filesystem, called FSX, is under development to remove some limitations of FSFS. AsIt ofwas Versionadded in version 1.9, it wasand not considered production-ready.<ref>{{Cite web|url=https://subversion.apache.org/docs/release-notes/1.9.html#fsx|title = Apache Subversion 1.9 Release Notes}}</ref> As of version 1.14, it is still marked as experimental.<ref>{{cite web |url=https://subversion.apache.org/docs/api/1.14/group__svn__fs__backend__names.html#ga5b95fecdc34bccacc58e552494dd0889 |title=Subversion: Built-in back-ends |quote=#define SVN_FS_TYPE_FSX "fsx"<br>EXPERIMENTAL filesystem backend.<br>It is not ready for general production use. Please consult the respective release notes on suggested usage scenarios. |access-date=2025-07-25}}</ref>
 
===Repository access===
Line 332:
==External links==
* {{Official website}}
* {{curlie|Computers/Software/Configuration_Management/Tools/Subversion/|Subversion}}
 
{{Version control software}}