LINUX CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>

7-DAY TOP DOWNLOAD

#
Program
Chromium OS 0.4.22.8
4,365
BackTrack 3.0 / 4.0
Pre-Final

3,633
Wine 1.0.1 / 1.1.33
2,857
VLC 1.0.3
2,826
Yahoo Messenger
1.0.4

2,420
Chrome OS 0.4.237
Beta

2,095
Ubuntu 9.10
2,095
Thunderbird PST
Import plugin 1.2

1,811
Adobe Flash Player
for Linux 10.0.32.18
/ 10.1 Beta

1,685
Fedora 12
1,643

WEEK'S BEST

  • Ubuntu 9.10
  • Ubuntu Netbook Rem...
  • Pidgin 2.6.3
  • Wine 1.0.1 / 1.1.33
  • Linux Kernel 2.6.3...
  • Mozilla Firefox 3....
  • Fedora 12
  • OpenOffice.org 3.1.1
  • Firestarter 1.0.3
  • The Gimp 2.6.7 / 2...
  • FileZilla 3.3.0.1
  • Transmission 1.76
  • Super Grub Disk 0....
  • Gufw 9.04.2
  • Skype 2.0.072 / 2....
  • openSUSE Linux 11.2
  • Opera 10.10 Final
  • Adobe Flash Player...
  • wine-doors 0.1.3
  • Google Gadgets 0.1...
  • Home / Linux / Programming / Version Control

    Subversion 1.6.6

    Download button

    Downloads: 15,301  Add to download basket  Tell us about an update
    User Rating:
    Rated by:
    Good (3.5/5)
    30 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    CollabNet | More programs
    The Apache License / FREE
    October 22nd, 2009, 06:05 GMT [view history]
    ROOT / Programming / Version Control

     Read user reviews (0)  Add a review  Refer to a friend  Subscribe

     

    Subversion description

     

    Subversion project goal is to build a version control system that is a compelling replacement for CVS.

    The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community.

    Subversion project is released under an Apache/BSD-style open source license.

    Here are some key features of "Subversion":

    Most current CVS features:

    · Subversion is meant to be a better CVS, so it has most of CVS's features. Generally, Subversion's interface to a particular feature is similar to CVS's, except where there's a compelling reason to do otherwise.

    · Directories, renames, and file meta-data are versioned.

    · Lack of these features is one of the most common complaints against CVS. Subversion versions not only file contents and file existence, but also directories, copies, and renames. It also allows arbitrary metadata ("properties") to be versioned along with any file or directory, and provides a mechanism for versioning the `execute' permission flag on files.

    Commits are truly atomic:

    · No part of a commit takes effect until the entire commit has succeeded. Revision numbers are per-commit, not per-file; log messages are attached to the revision, not stored redundantly as in CVS.

    Apache network server option, with WebDAV/DeltaV protocol:

    · Subversion can use the HTTP-based WebDAV/DeltaV protocol for network communications, and the Apache web server to provide repository-side network service. This gives Subversion an advantage over CVS in interoperability, and provides various key features for free: authentication, path-based authorization, wire compression, and basic repository browsing.

    Standalone server option:

    · Subversion also offers a standalone server option using a custom protocol (not everyone wants to run Apache 2.x). The standalone server can run as an inetd service, or in daemon mode, and offers basic authentication and authorization. It can also be tunnelled over ssh.

    · Branching and tagging are cheap (constant time) operations.

    · There is no reason for these operations to be expensive, so they aren't.

    · Branches and tags are both implemented in terms of an underlying "copy" operation. A copy takes up a small, constant amount of space. Any copy is a tag; and if you start committing on a copy, then it's a branch as well. (This does away with CVS's "branch-point tagging", by removing the distinction that made branch-point tags necessary in the first place.)

    Natively client/server, layered library design:

    · Subversion is designed to be client/server from the beginning; thus avoiding some of the maintenance problems which have plagued CVS. The code is structured as a set of modules with well-defined interfaces, designed to be called by other applications.

    Client/server protocol sends diffs in both directions:

    · The network protocol uses bandwidth efficiently by transmitting diffs in both directions whenever possible (CVS sends diffs from server to client, but not client to server).

    Costs are proportional to change size, not data size:

    · In general, the time required for a Subversion operation is proportional to the size of the changes resulting from that operation, not to the absolute size of the project in which the changes are taking place. This is a property of the Subversion repository model.

    Choice of database or plain-file repository implementations:

    · Repositories can be created with either an embedded database back-end (BerkeleyDB) or with normal flat-file back-end, which uses a custom format.

    Versioning of symbolic links:

    · Unix users can place symbolic links under version control. The links are recreated in Unix working copies, but not in win32 working copies.

    Efficient handling of binary files:

    · Subversion is equally efficient on binary as on text files, because it uses a binary diffing algorithm to transmit and store successive revisions.

    Parseable output:

    · All output of the Subversion command-line client is carefully designed to be both human readable and automatically parseable; scriptability is a high priority.

    Localized messages:

    · Subversion uses gettext() to display translated error, informational, and help messages, based on current locale settings.

    What's New in This Release: [ read full changelog ]

    · Some crashes and other issues have been fixed.

      


    TAGS:

    CVS replacement | version control | version control system | Subversion | CVS | replacement



    HTML code for linking to this page:


    Go to top

    Windows tabGames tabDrivers tabMac tabLinux tabScripts tabMobile tabHandheld tabGadgets tabNews tab

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM