You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2006/04/16 12:17:34 UTC

svn commit: r394451 - /xml/security/trunk/doc/site/src/documentation/content/xdocs/download.xml

Author: blautenb
Date: Sun Apr 16 03:17:30 2006
New Revision: 394451

URL: http://svn.apache.org/viewcvs?rev=394451&view=rev
Log:
Update for move to SVN

Modified:
    xml/security/trunk/doc/site/src/documentation/content/xdocs/download.xml

Modified: xml/security/trunk/doc/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/xml/security/trunk/doc/site/src/documentation/content/xdocs/download.xml?rev=394451&r1=394450&r2=394451&view=diff
==============================================================================
--- xml/security/trunk/doc/site/src/documentation/content/xdocs/download.xml (original)
+++ xml/security/trunk/doc/site/src/documentation/content/xdocs/download.xml Sun Apr 16 03:17:30 2006
@@ -67,17 +67,18 @@
 	  </source>
 	</section>
     <section>
-      <title>CVS Download</title>
+      <title>SVN Download</title>
       <p>
-		For the adventurous, this project's CVS repository can be checked 
-		out through anonymous (pserver) CVS with the following instruction 
-		set.  When prompted for a password for anonymous, simply enter 
-		"anoncvs" without quotes: 
+		For the adventurous, this project's SVN repository can be checked 
+		out through anonymous SVN with the following instruction 
+		set.
+      </p>
+      <source>svn co https://svn.apache.org/repos/asf/xml/security/trunk xml-security</source>
+      <p>
+               This will check out the code into a subdirectory named
+               "xml-security".  The checkout will contain both the Java and
+               the C++ source.
       </p>
-      <source>cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
-	password: anoncvs
-	cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout xml-security
-      </source>
 	</section>
   </body>
 </document>