Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 44176 invoked from network); 5 Feb 2004 04:54:20 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 04:54:20 -0000 Received: (qmail 85834 invoked by uid 500); 5 Feb 2004 04:53:31 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 85700 invoked by uid 500); 5 Feb 2004 04:53:28 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: directory-dev@incubator.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 85547 invoked from network); 5 Feb 2004 04:53:26 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 5 Feb 2004 04:53:25 -0000 Received: (qmail 43875 invoked by uid 65534); 5 Feb 2004 04:53:44 -0000 Date: 5 Feb 2004 04:53:44 -0000 Message-ID: <20040205045344.43871.qmail@minotaur.apache.org> From: jmachols@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 6506 - incubator/directory/sitedocs/trunk/sitedocs/xdocs X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: jmachols Date: Wed Feb 4 20:53:43 2004 New Revision: 6506 Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/svn.xml Log: Added the background of subversion Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/svn.xml ============================================================================== --- incubator/directory/sitedocs/trunk/sitedocs/xdocs/svn.xml (original) +++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/svn.xml Wed Feb 4 20:53:43 2004 @@ -15,13 +15,37 @@
-

- Write a synopsis about subversion here! +

+ Subversion is an open source version control system, released under + an Apache/BSD-style license. This application was designed, and is on + track to replace CVS. Users familiar with CVS will be able to jump into + Subversion easily as most of the interface is the same. Details about + the benefits and technical information can be viewed on the Subversion + home page, here are just a few of the highlights: +

    +
  • + Atomic Commits +
  • +
  • + Versioned meta-data +
  • +
  • + Revision numbers are per-commit, not per-file +
  • +
  • + Uses Apache web server and WebDAV/DeltaV for network communication +
  • +
  • + Enables binary diffs +
  • +

-

- Take a look at the book here for developing with - Subversion. +

+ +
+

The subversion book is an excellent resource for users and + administrators, it can obtained here.