blob: 437a31de4b917c9a7bfba660cd461d6143cc9170 [file] [log] [blame]
<meta http-equiv="REFRESH" content="10;url=http://wiki.services.openoffice.org/wiki/Documentation/FAQ">
<h3>This page is outdated. You will be redirected to <a href="http://wiki.services.openoffice.org/wiki/Documentation/FAQ">http://wiki.services.openoffice.org
/wiki/Documentation/FAQ</a> shortly.</h3>
<div style="margin-bottom: 10em;"></div>
<p><a href="../../index.html">Documentation</a> / <a href="../index.html">User FAQ</a> / <a href="index.html">Maintainers' FAQ</a> / <a href="015.html" accesskey="p">Previous</a>-<a href="017.html" accesskey="n">Next</a></p>
<h3>How do I connect to the OpenOffice.org CVS?</h3>
<ol>
<li>After you establish a tunnel, open a second terminal. You will not work in the terminal where you established the tunnel. Minimize that first terminal, and use it to close the tunnel when you are done moving files to or from the site.</li>
<li>Type <code>pwd</code> to verify that you are in your home directory.</li>
<li>Type <code>cvs -d :pserver:[username]@localhost:/cvs login</code> to log into the CVS, where <code>[username]</code> is your login name for the OpenOffice.org web site. This login step only needs to be done the first time you do work at a project.</li>
</ol>
<p>Once you are logged in, you can begin your work in CVS. When you are done with work in this second terminal window, you can close it by typing <code>exit</code> or <code>cvs logout</code> at the command prompt. Then close the first terminal (or the SSH tunnel) by pressing the <b>control</b> and <b>c</b> keys at the same time. This key combination is called <i>control-c</i> and is often written as ^C.</p>
<p><b>For more information:</b></p>
<ul>
<li><a href="003.html">What is the procedure to access OpenOffice.org web pages and other source files using SSH and CVS?</a></li>
<li><a href="http://www.openoffice.org/servlets/ProjectSource">CVS client setup</a></li>
<li><a href="http://www.openoffice.org/scdocs/ddSSHGuide.html#cvs">How to use CVS with a tunnel</a></li>
</ul>
<p><a href="../../index.html">Documentation</a> / <a href="../index.html">User FAQ</a> / <a href="index.html">Maintainers' FAQ</a> / <a href="015.html" accesskey="p">Previous</a>-<a href="017.html" accesskey="n">Next</a></p>