Subversion

Subversion is an open source version control system. Founded in 2000 by CollabNet, Inc., the Subversion project and software have seen incredible success over the past decade. The open source community has used Subversion widely: for example in projects such as Apache Software Foundation, Free Pascal, FreeBSD, GCC, Django, Ruby, Mono, SourceForge, ExtJS, Tigris.org, PHP and MediaWiki. Google Code also provides Subversion hosting for their open source projects.

Its feature include

  • Most CVS features
  • Directories are versioned
  • Copying, deleting, and renaming are versioned
  • Atomic commits
  • Branching and tagging are cheap (constant time) operations
  • Merge tracking
  • File locking
  • Apache network server option, with WebDAV/DeltaV protocol
  • Symbolic links can be versioned
  • Standalone server option (svnserve)
  • Localized messages
  • Interactive conflict resolution
  • Repository read-only mirroring
  • Natively client/server, layered library design with clean APIs
  • Binary files handled efficiently
  • Bindings to programming languages such as such as Python, Perl, Java, and Ruby
  • Changelists



http://subversion.apache.org/

Bookmark and Share          3284



comments powered by Disqus


Related Products

Mercurial

Mercurial is fast and powerful. Mercurial offers you the power and speed to efficiently handle projects of any size and kind. Every clone contains the whole project history, so committing, branching, tagging and merging are local operations which makes them fast and convenient. You can use a multitude of workflows and easily enhance its functionality with extensions.

Read more

ViewVC - browser interface for CVS and Subversion

ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions.

Read more

Ankhsvn

AnkhSVN is a Subversion Source Control Provider for Microsoft Visual Studio 2005, 2008 and 2010. AnkhSVN provides source code management support to all project types supported by Visual Studio and allows you to perform the most common version control operations directly from inside the Microsoft Visual Studio IDE.

Read more

WebSVN - Online subversion repository browser

WebSVN provides web interface to view Subversion repository. It helps to view file or directory and see a list of all the files changed, added or deleted in any given revision. It provides support to view the differences between two versions of a file.

Read more

SVNKit- SubVersion Client in Java

SVNKit is a pure Java toolkit - it implements all Subversion features and provides APIs to work with Subversion working copies, access and manipulate Subversion repositories - everything within your Java application.

Read more

Darcs - Distributed Revision Control in Haskell

Darcs is a distributed advanced revision control system written in Haskell. It is similar to Git, Mercurial and Bazaar. User will have own personnel repository and commits his changes to it. Later the changes are pushed to the centralized repository. Every repository is a branch and it provides support to integrate the changes between them. It provides support to send the changes by email.

Read more

bzr-visualstudio

An integration package that brings the wonderful world of friendly distributed version control to Visual Studio 2005. The project includes a class library written in C# exposing a Bazaar API to all .NET languages running with Mono or Microsoft's .NET, and a Visual Studio source control provider which integrates the Bazaar version control system into Visual Studio 2005.

Read more

Trac - Integrated SCM and Project Management

Trac is a lightweight project management tool that is implemented as a web-based application. It has an enhanced wiki and issue tracking system for software development projects. Trac will impose as little as possible on a team's established development process and policies.

Read more

OpenCVS

OpenCVS is a FREE implementation of the Concurrent Versions System, the most popular open source revision control software. It can be used as both client and server for repositories and provides granular access control over data stored in the repository. It aims to be as compatible as possible with other CVS implementations, except when particular features reduce the overall security of the system.

Read more

CVS

CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. CVS is a production quality system in wide use around the world, including many free software projects.

Read more

Related Tags
Browse projects by tags.