You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by ru...@apache.org on 2006/04/05 18:42:35 UTC

svn commit: r391668 - /webservices/wss4j/site/cvs-usage.html

Author: ruchithf
Date: Wed Apr  5 09:42:33 2006
New Revision: 391668

URL: http://svn.apache.org/viewcvs?rev=391668&view=rev
Log:
Updated the SVN information

Modified:
    webservices/wss4j/site/cvs-usage.html

Modified: webservices/wss4j/site/cvs-usage.html
URL: http://svn.apache.org/viewcvs/webservices/wss4j/site/cvs-usage.html?rev=391668&r1=391667&r2=391668&view=diff
==============================================================================
--- webservices/wss4j/site/cvs-usage.html (original)
+++ webservices/wss4j/site/cvs-usage.html Wed Apr  5 09:42:33 2006
@@ -1,13 +1,25 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache WSS4J - </title><style type="text/css" media="all">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache WSS4J - Source Repository</title><style type="text/css" media="all">
           @import url("./style/maven-base.css");
           
           @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://ws.apache.org/images/project-logo.jpg"></img></a><a href="http://ws.apache.org/wss4j/" id="projectLogo"><span>Apache WSS4J</span></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">Last published: August 1, 2005 7:14:41 PM EDT
                 <span class="separator">|</span>Doc for  1.0
                 </div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuProject Documentation"><h5></h5><ul><li class="none"><a href="index.html">About</a></li><li class="expanded"><a href="project-info.html">Project Info</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><a href="team-list.html">Project Team</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li><li class="none"><strong><a href="cvs-usage.html">Source Repository</a></strong></li><li class="none"><a href="issue-tracking.html">Issue Tracking</a></li></ul></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><div id="legend"><h5>Legend</h5><ul><li class="externalLink">External Link</li><li class="newWindo
 w">Opens in a new window</li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Web_Access"></a><h2>Web Access</h2>
               <p>
-                  <a href="http://cvs.apache.org/viewcvs.cgi/ws-wss4j/" class="externalLink" title="External Link">http://cvs.apache.org/viewcvs.cgi/ws-wss4j/</a>
+                  <a href="http://svn.apache.org/viewcvs.cgi/webservices/wss4j/" class="externalLink" title="External Link">http://svn.apache.org/viewcvs.cgi/webservices/wss4j/</a>
               </p>
-          </div><div class="section"><a name="Anonymous_Access_with_Maven"></a><h2>Anonymous Access with Maven</h2>
+          </div>
+          <div class="section"><a name="Anonymous_CVS_Access"></a><h2>Anonymous SVN Access</h2>
+                  <p>
+                      This project's SVN repository can be checked out with the following instruction.
+                  </p>
+
+                  <p>
+                      svn co http://svn.apache.org/repos/asf/webservices/wss4j/trunk
+                  </p>
+
+              </div>
+          
+          <div class="section"><a name="Anonymous_Access_with_Maven"></a><h2>Anonymous Access with Maven</h2>
                   <p>
                       This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction on a single line.
                   </p>
@@ -15,34 +27,11 @@
                   
     <div class="source"><pre>
                       
-                maven scm:checkout-project
-                  -Dmaven.scm.method=cvs
-                  -Dmaven.scm.cvs.module=ws-wss4j
-                  -Dmaven.scm.cvs.root=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
-                  -Dmaven.scm.checkout.dir=.
+maven scm:checkout
+	-Dmaven.scm.method=svn
+	-Dmaven.scm.url=scm:svn:http://svn.apache.org/repos/asf/webservices/wss4j/trunk
+	-Dmaven.scm.checkout.dir=.
               
                   </pre></div>
   
-              </div><div class="section"><a name="Anonymous_CVS_Access"></a><h2>Anonymous CVS Access</h2>
-                  <p>
-                      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 press the Enter key.
-                  </p>
-
-                  <p>
-                      cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
-                      <br></br>
-                      cvs -z3 -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co ws-wss4j
-                  </p>
-
-                  <p>
-                      Updates from within the module's directory do not need the -d parameter.
-                  </p>
-              </div><div class="section"><a name="CVS_Access_behind_a_firewall"></a><h2>CVS Access behind a firewall</h2>
-
-                  <p>
-                      For those developers who are stuck behind a corporate firewall, 
-                      <a href="http://cvsgrab.sourceforge.net/" class="externalLink" title="External Link">CVSGrab</a>
-                      can use the viewcvs web interface to checkout the source code.
-                  </p>
-
               </div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2005, Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org