Hi, the patch below contains updates and corrections for
http://directory.fsf.org/subversion.html
The patch was created by 'cvs diff -u' in a CVS working copy of the
'directory' project. Please let us know if you need any more
information, by replying to this mail.
Thank you,
-The Subversion Development Team
Index: subversion.txt
===================================================================
RCS file: /cvsroot/directory/directory/subversion.txt,v
retrieving revision 1.36
diff -u -r1.36 subversion.txt
--- subversion.txt 16 Aug 2004 22:48:45 -0000 1.36
+++ subversion.txt 8 Sep 2004 15:56:42 -0000
@@ -19,10 +19,26 @@
%%short-description: Version control system
-%%full-description: The goal of the Subversion project is to build a
-version control system to replace CVS. Subversion now includes
-newline conversion and keyword expansion, and supports delivering
-diffs from the server to the client.
+%%full-description: 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.
+<p>
+Current features of Subversion
+<p>
+
+<ul>
+<li>Most current CVS features.</li>
+<li>Directories, renames, and file meta-data are versioned.</li>
+<li>Commits are truly atomic.</li>
+<li>Apache network server option, with WebDAV/DeltaV protocol.</li>
+<li>Standalone server option.</li>
+<li>Branching and tagging are cheap (constant time) operations.</li>
+<li>Natively client/server, layered library design.</li>
+<li>Client/server protocol sends diffs in both directionsi.</li>
+<li>Costs are proportional to change size, not data size.</li>
+<li>Efficient handling of binary files</li>
+<li>Parseable output</li>
+</ul>
%%category: vc
@@ -32,13 +48,13 @@
%%license-verified-on: 2002-02-25
-%%maintainer: Greg Stein
+%%maintainer: Many maintainers; mail dev@subversion.tigris.org
%%touched: 2003-01-21
-%%updated: 2004-08-16
+%%updated: 2004-09-08
-%%keywords: subversion, CVS, RCS, version control
+%%keywords: subversion, SVN, CVS, RCS, version control
%%interface: Command line
@@ -50,17 +66,19 @@
%%support:
-%%doc: See http://subversion.tigris.org/servlets/ProjectDocumentList
-for a complete list of documentation
+%%doc: Book <u>Version Control with Subversion</u> is released under
+a Free license, from here.
+See http://subversion.tigris.org/servlets/ProjectDocumentList
+for a complete list of documentation.
-%%developers: Greg Stein
+%%developers: Many developers; mail dev@subversion.tigris.org
%%contributors: See http://subversion.tigris.org/servlets/ProjectMemberList
%%sponsors:
%%source-tarball:
-http://subversion.tigris.org/tarballs/subversion-1.0.4.tar.gz
+http://subversion.tigris.org/tarballs/subversion-1.0.6.tar.gz
%%source-info:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260
@@ -71,7 +89,7 @@
%%rpm:
-%%repository: svn co http://svn.collab.net/repos/svn/trunk -d subversion
+%%repository: svn co http://svn.collab.net/repos/svn/trunk subversion
%%related: cvs, rcs, arch
@@ -89,7 +107,7 @@
%%source-prerequisites:
-%%version: 1.0.4 beta released 2004-05-24; 1.1.0-rc2 devel released 2004-08-13
+%%version: 1.0.6 stable released 2004-07-19; 1.1.0-rc2 devel released 2004-08-13
%%announce-list: <announce@subversion.org>
http://subversion.tigris.org/project/www/docs/ProjectMail.html#aboutmail
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 8 18:03:08 2004