Author: chamikara
Date: Thu Dec 1 19:28:58 2005
New Revision: 351564
URL: http://svn.apache.org/viewcvs?rev=351564&view=rev
Log:
Source repo in the site was incorrect. Thanx Jaliya for pointint out.
Modified:
webservices/site/trunk/targets/sandesha/sandesha2/cvs-usage.html
Modified: webservices/site/trunk/targets/sandesha/sandesha2/cvs-usage.html
URL:
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/sandesha/sandesha2/cvs-usage.html?rev=351564&r1=351563&r2=351564&view=diff
==============================================================================
--- webservices/site/trunk/targets/sandesha/sandesha2/cvs-usage.html (original)
+++ webservices/site/trunk/targets/sandesha/sandesha2/cvs-usage.html Thu Dec 1
19:28:58 2005
@@ -1,33 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Sandesha2
- CVS</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://www.apache.org/images/asf-logo.gif"></img></a><a
href="http://ws.apache.org/ws-fx/sandesha/" id="projectLogo"><img alt="Apache
Sandesha2"
src="http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg"></img></a><div
class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
- Last published: 30 November 2005
+ @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://www.apache.org/images/asf-logo.gif"></img></a><a
href="http://ws.apache.org/ws-fx/sandesha/sandesha2" id="projectLogo"><img
alt="Apache Sandesha2"
src="http://ws.apache.org/ws-fx/sandesha/images/Sandesha.jpg"></img></a><div
class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+ Last published: 02 December 2005
| Doc for 0.9</div><div class="xright"></div><div
class="clear"><hr></hr></div></div><div id="leftColumn"><div
id="navcolumn"><div id="menuApache_Sandesha2"><h5>Apache Sandesha2</h5><ul><li
class="none"><a href="index.html">Home</a></li><li class="expanded"><a
href="">Downloads</a><ul><li class="none"><a
href="releases.html">Releases</a></li><li class="none"><a
href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk"
class="externalLink" title="External Link">Source Code</a></li></ul></li><li
class="expanded"><a href="">Documentation</a><ul><li class="none"><a
href="userGuide.html">User Guide</a></li><li class="none"><a
href="architectureGuide.html">Architecture Guide</a></li><li class="none"><a
href="apidocs/index.html">Java Docs</a></li></ul></li><li class="expanded"><a
href="">Project Information</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></ul></li></ul></div><div
id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li
class="none"><a href="index.html">About Apache Sandesha2</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><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-fx/sandesha/"
class="externalLink" title="External
Link">http://cvs.apache.org/viewcvs.cgi/ws-fx/sandesha/</a>
- </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>
- <div class="source"><pre>
- maven scm:checkout-project
- -Dmaven.scm.method=cvs
- -Dmaven.scm.cvs.module=ws-fx/sandesha/
- -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/home/cvspublic
- -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:[EMAIL PROTECTED]:/home/cvspublic login
- <br></br>
- cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co
ws-fx/sandesha/
- </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">© 2005, Apache Web Services</div><div
class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+ <a href="http://svn.apache.org/repos/asf/webservices/sandesha/trunk"
class="externalLink" title="External
Link">http://svn.apache.org/repos/asf/webservices/sandesha/trunk</a>
+ </p></div></div></div><div class="clear"><hr></hr></div><div
id="footer"><div class="xright">© 2005, Apache Web Services</div><div
class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file