Difference between revisions of "Subversion"

From Free Software Directory
Jump to: navigation, search
(Added Debian link)
(subversion-1.13.0)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|Name=Apache Subversion
 
|Name=Apache Subversion
 
|Short description=Version control system
 
|Short description=Version control system
|Full description='''Subversion is a centralized version control system. It is developed as a free software project of the Apache Software Foundation.'''
+
|Full description='''Subversion''' (svn) exists to be recognized and adopted as a centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.
  
 
The main features of Apache Subversion are:
 
The main features of Apache Subversion are:
Line 27: Line 27:
 
* Bindings to programming languages.
 
* Bindings to programming languages.
 
* Changelists.
 
* Changelists.
 +
 +
It is developed as a free software project of the Apache Software Foundation.
 
|Homepage URL=https://subversion.apache.org/
 
|Homepage URL=https://subversion.apache.org/
|User level=intermediate
+
|Is High Priority Project=No
 
|VCS checkout command=svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
 
|VCS checkout command=svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=[https://subversion.apache.org/docs/ Documentation]
+
|Documentation note=Apache Subversion documentation available at https://subversion.apache.org/docs/
|Accepts cryptocurrency donations=No
+
|Decommissioned or Obsolete=No
 
|IRC general=irc://chat.freenode.net/svn
 
|IRC general=irc://chat.freenode.net/svn
 
|IRC development=irc://chat.freenode.net/svn-dev
 
|IRC development=irc://chat.freenode.net/svn-dev
 
|Related projects=Meta-CVS, CVS, gnu-arch, PicoForge, RapidSVN, RCS, svk, svn2cl, Vesta, darcs, cssc, VADM, Git
 
|Related projects=Meta-CVS, CVS, gnu-arch, PicoForge, RapidSVN, RCS, svk, svn2cl, Vesta, darcs, cssc, VADM, Git
 
|Keywords=cvs, version control, rcs, svn, vcs
 
|Keywords=cvs, version control, rcs, svn, vcs
|Version identifier=1.9.3
+
|Version identifier=1.13.0
|Version date=2015/12/15
+
|Version date=2019/10/29
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.fau.de/apache/subversion/subversion-1.9.3.tar.gz
+
|Version download=https://archive.apache.org/dist/subversion/subversion-1.13.0.tar.gz
|Last review by=Bendikker
+
|Last review by=Genium
|Last review date=2018/02/27
+
|Last review date=2020/04/22
 +
|Submitted by=Bendikker
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
 +
|User level=intermediate
 +
|Accepts cryptocurrency donations=No
 +
|Checksum=https://archive.apache.org/dist/subversion/subversion-1.13.0.tar.gz.sha512
 +
|OpenPGP signature=https://archive.apache.org/dist/subversion/subversion-1.13.0.tar.gz.asc
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
|License verified date=2002-02-25
 
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 58: Line 65:
 
|Real name=See for a complete list
 
|Real name=See for a complete list
 
|Role=Contributor
 
|Role=Contributor
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/subversion
 +
}}
 +
{{Resource
 +
|Resource audience=Python (Ref) (R)
 +
|Resource URL=https://pypi.org/project/svn
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref) (R)
 +
|Resource URL=https://rubygems.org/gems/svn
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 102: Line 121:
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=https://subversion.apache.org/packages.html
 
|Resource URL=https://subversion.apache.org/packages.html
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q46794
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 
|Software-development=version-control
 
|Software-development=version-control
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 04:35, 22 April 2020


[edit]

Apache Subversion

https://subversion.apache.org/
Version control system

Subversion (svn) exists to be recognized and adopted as a centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.

The main features of Apache Subversion are:

  • Most CVS features.
  • Directories are versioned.
  • Copying, deleting, and renaming are versioned.
  • Free-form versioned metadata (“properties”).
  • Atomic commits.
  • Branching and tagging are cheap (constant time) operations.
  • Merge tracking.
  • File locking.
  • Symbolic links can be versioned.
  • Executable flag is preserved.
  • Apache network server option, with WebDAV/DeltaV protocol.
  • Standalone server option (svnserve).
  • Parseable output.
  • Localized messages.
  • Interactive conflict resolution.
  • Repository read-only mirroring.
  • Write-through proxy over WebDAV.
  • Natively client/server, layered library design with clean APIs.
  • Binary files handled efficiently.
  • Costs are proportional to change size, not data size.
  • Bindings to programming languages.
  • Changelists.

It is developed as a free software project of the Apache Software Foundation.





Licensing

License

Verified by

Verified on

Notes

License

Apache2.0

Verified by

Genium

Verified on

11 September 2013




Leaders and contributors

Contact(s)Role
See for a complete list Contributor
Maintainer


Resources and communication

AudienceResource typeURI
UserDownloadhttps://subversion.apache.org/packages.html
Debian (Ref)https://tracker.debian.org/pkg/subversion
Ruby (Ref) (R)https://rubygems.org/gems/svn
DeveloperHomepagehttps://subversion.apache.org/source-code.html
SupportE-mailmailto:users@subversion.apache.org
DeveloperVCS Repository Webviewhttps://svn.apache.org/viewvc/subversion/
DeveloperE-mailmailto:dev@subversion.apache.org
Ruby (Ref)https://rubygems.org/gems/subversion
AnnouncementsE-mailmailto:announce@subversion.apache.org
User, developerBug Trackinghttp://subversion.tigris.org/issues/
WikidataGeneralhttps://www.wikidata.org/wiki/Q46794
Python (Ref) (R)https://pypi.org/project/svn
UserDownloadhttps://subversion.apache.org/download/


Software prerequisites




Entry













"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Python (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






"Announcements" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property."developer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.