Difference between revisions of "Subversion"
m (wiki syntax) |
m |
||
Line 30: | Line 30: | ||
|Homepage URL=https://subversion.apache.org/ | |Homepage URL=https://subversion.apache.org/ | ||
|User level=none | |User level=none | ||
− | |VCS checkout command= | + | |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/ Apache Subversion documentation] | |Documentation note=[https://subversion.apache.org/docs/ Apache Subversion documentation] |
Revision as of 16:03, 11 September 2013
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
Leaders and contributors
Contact(s) | Role |
---|---|
See for a complete list | Contributor |
Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
User | Download | https://subversion.apache.org/packages.html |
Debian (Ref) | https://tracker.debian.org/pkg/subversion | |
Ruby (Ref) (R) | https://rubygems.org/gems/svn | |
Developer | Homepage | https://subversion.apache.org/source-code.html |
Support | mailto:users@subversion.apache.org | |
Developer | VCS Repository Webview | https://svn.apache.org/viewvc/subversion/ |
Developer | mailto:dev@subversion.apache.org | |
Ruby (Ref) | https://rubygems.org/gems/subversion | |
Announcements | mailto:announce@subversion.apache.org | |
User, developer | Bug Tracking | http://subversion.tigris.org/issues/ |
Wikidata | General | https://www.wikidata.org/wiki/Q46794 |
Python (Ref) (R) | https://pypi.org/project/svn | |
User | Download | https://subversion.apache.org/download/ |
Software prerequisites
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.