Difference between revisions of "Subversion"

From Free Software Directory
Jump to: navigation, search
m (typo)
m (1.9.3)
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Subversion
+
|Name=Apache Subversion
 
|Short description=Version control system
 
|Short description=Version control system
|Full description=Subversion is a version control system. It is developed as a free software project of the Apache Software Foundation.
+
|Full description='''Subversion is a centralized version control system. It is developed as a free software project of the Apache Software Foundation.'''
  
 
The main features of Apache Subversion are:
 
The main features of Apache Subversion are:
*most CVS features.
+
* Most CVS features.
*directories are versioned.
+
* Directories are versioned.
*copying, deleting, and renaming are versioned.
+
* Copying, deleting, and renaming are versioned.
*free-form versioned metadata ("properties").
+
* Free-form versioned metadata (“properties”).
*atomic commits.
+
* Atomic commits.
*branching and tagging are cheap (constant time) operations.
+
* Branching and tagging are cheap (constant time) operations.
*merge tracking.
+
* Merge tracking.
*file locking.
+
* File locking.
*symbolic links can be versioned.
+
* Symbolic links can be versioned.
*executable flag is preserved.
+
* Executable flag is preserved.
*Apache network server option, with WebDAV/DeltaV protocol.
+
* Apache network server option, with WebDAV/DeltaV protocol.
*standalone server option (svnserve).
+
* Standalone server option (svnserve).
*parseable output.
+
* Parseable output.
*localized messages.
+
* Localized messages.
*interactive conflict resolution.
+
* Interactive conflict resolution.
*repository read-only mirroring.
+
* Repository read-only mirroring.
*write-through proxy over WebDAV.
+
* Write-through proxy over WebDAV.
*natively client/server, layered library design with clean APIs.
+
* Natively client/server, layered library design with clean APIs.
*binary files handled efficiently.  
+
* Binary files handled efficiently.  
*costs are proportional to change size, not data size.
+
* Costs are proportional to change size, not data size.
*bindings to programming languages.
+
* Bindings to programming languages.
*changelists.
+
* Changelists.
*etc.
 
 
|Homepage URL=https://subversion.apache.org/
 
|Homepage URL=https://subversion.apache.org/
|User level=none
+
|User level=intermediate
|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/ Apache Subversion documentation]
+
|Documentation note=[https://subversion.apache.org/docs/ Documentation]
|IRC help=irc://irc.freenode.net/svn
+
|IRC general=irc://chat.freenode.net/svn
|IRC development=irc://irc.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
+
|Related projects=Meta-CVS, CVS, gnu-arch, PicoForge, RapidSVN, RCS, svk, svn2cl, Vesta, darcs, cssc, VADM, Git
|Keywords=CVS,version control,subversion,RCS,SVN
+
|Keywords=cvs, version control, rcs, svn, vcs
|Version identifier=1.8.3
+
|Version identifier=1.9.3
|Version date=2013/08/30
+
|Version date=2015/12/15
 
|Version status=stable
 
|Version status=stable
|Version download=http://mirror.sdunix.com/apache/subversion/subversion-1.8.3.tar.gz
+
|Version download=http://ftp.fau.de/apache/subversion/subversion-1.9.3.tar.gz
|Version comment=Supported Release:  [https://subversion.apache.org/download/#recommended-release Apache Subversion 1.7.13]
+
|Last review by=Genium
|Last review by=genium
+
|Last review date=2015/12/15
|Last review date=2013/09/11
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 65: Line 63:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Developer
 
|Resource kind=E-mail
 
|Resource kind=E-mail
|Resource URL=mailto:announce@subversion.tigris.org
+
|Resource URL=mailto:dev@subversion.apache.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Support
 
|Resource kind=E-mail
 
|Resource kind=E-mail
|Resource URL=mailto:dev@subversion.tigris.org
+
|Resource URL=mailto:users@subversion.apache.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource audience=Announcements
 
|Resource kind=E-mail
 
|Resource kind=E-mail
|Resource URL=mailto:users@subversion.tigris.org
+
|Resource URL=mailto:announce@subversion.apache.org
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=Download
 +
|Resource URL=https://subversion.apache.org/download/
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://svn.apache.org/viewvc/subversion/
 +
}}
 +
{{Resource
 +
|Resource audience=User, developer
 +
|Resource kind=Bug Tracking
 +
|Resource URL=http://subversion.tigris.org/issues/
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Homepage
 +
|Resource URL=https://subversion.apache.org/source-code.html
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=Download
 +
|Resource URL=https://subversion.apache.org/packages.html
 
}}
 
}}
 
{{Software category
 
{{Software category

Revision as of 12:16, 15 December 2015


[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

















"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.








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.