Subversion (SVN)

Subversion (SVN)

Apache Subversion (often abbreviated SVN, after the command name svn) is a software versioning and revision control system distributed as free software under the Apache License.

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

Features of SVN:

• Commits as true atomic operations (interrupted commit operations in CVS would cause repository inconsistency or corruption).

• Renamed/copied/moved/removed files retain full revision history.

• The system maintains versioning for directories, renames, and file metadata (but not for timestamps). Users can move and/or copy entire directory-trees very quickly, while retaining full revision history.

• Versioning of symbolic links.

• Native support for binary files, with space-efficient binary-diff storage.

• Apache HTTP Server as network server, WebDAV/Delta-V for protocol. There is also an independent server process called svnserve that uses a custom protocol over TCP/IP.

• Branching as a cheap operation, independent of file size (though Subversion itself does not distinguish between a branch and a directory)

• Natively client–server, layered library design.

• Client/server protocol sends diffs in both directions.

• Costs proportional to change size, not to data size.

• Parsable output, including XML log output.

• Free software licensed – Apache License since the 1.7 release; prior versions use a derivative of the Apache Software License 1.1.

• Internationalized program messages.

• File locking for unmergeable files ("reserved checkouts").

• Path-based authorization.

• Language bindings for C#, PHP, Python, Perl, Ruby, and Java.

• Full MIME support – users can view or change the MIME type of each file, with the software knowing which MIME types can have their differences from previous versions shown.

• Merge tracking – Merges between branches will be tracked, this allows automatically merging between branches without telling Subversion what (doesn't) need to be merged.

• Changelists to organize commits into commit groups.


Subversion (SVN)
added 10 years 2 months ago

Contents related to 'Subversion (SVN)'

Team Foundation Server (TFS): Team Foundation Server (TFS) is a Microsoft product which provides source code management, reporting, requirements management, project management, automated builds, lab management, testing and release management capabilities.

Git: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

- SciPy
- Apache ZooKeeper
- Apache Hive
- Apache Ambari
- Oracle Coherence
- Internet Information Services (IIS)
- ClickOnce Deployment
- C++11, C++0x
- Knockout, KnockoutJS
- Entity Framework (EF)
- Extensible Stylesheet Language (XSL)
- Simple Object Access Protocol (SOAP)
- JXTA (Juxtapose)
- Transmission Control Protocol (TCP)
- Geronimo
- Exclusive Consumer, Exclusive Queues
- Subversion (SVN)
- Log4j, Log4Java
- Google Mocking Framework (GMock)
- Apache ActiveMQ
5
4
3
2
1