You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jani Averbach <ja...@jaa.iki.fi> on 2004/09/03 17:21:29 UTC

[PATCH] SVN's entry at FSF/UNESCO Free Software Directory

Hello!

At the moment Subversion's Directory entry gives really anemic
impression, and besides that, it also gives wrong information (1.0.4
marked as beta and indirectly as the latest stable version).

So, I think it might be a good idea to contact
<bu...@gnu.org>, and ask them to make an update to the
Subversion's entry.

Another options is to wait until 1.1 is out of the door.

I made an initial patch for that reason, and it is located at the end
of this mail. There is a little doc how you could update/correct/etc.
Directory's entries at here <http://directory.fsf.org/help/directory.html>.

You could take a look of the current situation from here: 
<http://directory.fsf.org/subversion.html>


BR, Jani

P.S. I don't know for sure and didn't find any docs, what kind of
markup is valid for Directory, but by peering others entries, I guessed
that this should be OK.

P.P.S. You could check out directory's entries with the following
instruction set:

export CVS_RSH="ssh"
cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/directory co directory


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	3 Sep 2004 06:20:22 -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
 
@@ -36,9 +52,9 @@
 
 %%touched: 2003-01-21 
 
-%%updated: 2004-08-16
+%%updated: 2004-09-03
 
-%%keywords: subversion, CVS, RCS, version control
+%%keywords: subversion, SVN, CVS, RCS, version control
 
 %%interface: Command line
 
@@ -50,8 +66,10 @@
 
 %%support: 
 
-%%doc: See http://subversion.tigris.org/servlets/ProjectDocumentList
-for a complete list of documentation
+%%doc: Online versin of the book <u>Version Control with Subversion</u> 
+is located <a href="http://www.svnbook.org/">here</a>.
+See http://subversion.tigris.org/servlets/ProjectDocumentList
+for a complete list of documentation.
 
 %%developers: Greg Stein
 
@@ -60,7 +78,7 @@
 %%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: <an...@subversion.org>
 		 http://subversion.tigris.org/project/www/docs/ProjectMail.html#aboutmail

-- 
Jani Averbach

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Fixes to 'Subversion' entry in FSF/UNESCO directory

Posted by kf...@collab.net.
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 <a href="http://www.svnbook.org/">here</a>.
+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: <an...@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