subversion
Revision 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.
- Versions: 1.14.3
- Website: https://subversion.apache.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of subversion
as follows:
guix install subversion
Or install a particular version:
guix install subversion@1.14.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of subversion about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/subversion'><img src='https://packages.guix.gnu.org/packages/subversion/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/subversion/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/subversion)
Example Org:
[[https://packages.guix.gnu.org/packages/subversion][https://packages.guix.gnu.org/packages/subversion/badges/latest-version.svg]]