sgala       01/03/15 03:20:21

  Modified:    docs/site cvsonwin32.html dirlayout.html
  Log:
  After rebuilding, commit html
  
  Revision  Changes    Path
  1.18      +50 -2     jakarta-site2/docs/site/cvsonwin32.html
  
  Index: cvsonwin32.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/cvsonwin32.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- cvsonwin32.html   2001/03/15 06:28:06     1.17
  +++ cvsonwin32.html   2001/03/15 11:20:18     1.18
  @@ -15,6 +15,8 @@
               <meta name="email" value="[EMAIL PROTECTED]">
                                           <meta name="author" value="Martin Poeschl">
               <meta name="email" value="[EMAIL PROTECTED]">
  +                                        <meta name="author" value="Santiago Gala">
  +            <meta name="email" value="[EMAIL PROTECTED]">
               
               <title>The Jakarta Site - CVS Access on Windows</title>
           </head>
  @@ -214,6 +216,28 @@
       </tr>
       </table>
       </div>
  +                                                <p>or</p>
  +                                                    <div align="left">
  +    <table cellspacing="4" cellpadding="0" border="0">
  +    <tr>
  +      <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +    </tr>
  +    <tr>
  +      <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#ffffff"><pre>
  +  java -jar path/to/mindtermfull.jar
  +</pre></td>
  +      <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
  +    </tr>
  +    <tr>
  +      <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" 
height="1" vspace="0" hspace="0" border="0"/></td>
  +      <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" 
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
  +    </tr>
  +    </table>
  +    </div>
                                                   <p>
   First connect to SSH host cvs.apache.org by typing so at the
   <code>SSH-server:</code> prompt. Then your username
  @@ -224,10 +248,17 @@
   </p>
                                                   <p>
   Now, go to the tunnels menu and set is up so that local port 2401
  -is directed to host "localhost" on the same (you don't need to understand why)
  -as showed in the picture below:
  +is directed to the same port in the host called "localhost" on the remote end
  +of the connection. So, we will connect to our own machine's server, and the
  +connection will be automagically transferred to cvs.apache.org in an encrypted
  +tunnel (you don't need to understand the last sentences for it to work).
  +We show the screen in the picture below:
   </p>
                                                   <img 
src="../images/mindterm_tunnel.gif" width="588" height="460" align="">
  +                                                <p><strong>Note:</strong> If you 
stop and restart the ssh connection,
  + you can get an error <code>(bind: address already in use)</code>.
  +If this happens, quit completely Mindterm and start it again.
  +</p>
                                                   <p>
   Now you can safely minimize your
   mindterm window since, for plain CVS operation, you won't need to type
  @@ -278,6 +309,23 @@
         <tr><td>
           <blockquote>
                                           <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  +      <tr><td bgcolor="#828DA6">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <strong>General note on localhost under Windows</strong>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +<strong>Under some Windows setups, "localhost" will not work.</strong> If this 
  +is the case for you, you can use 127.0.0.1 instead in your CVS client setting.
  +"localhost" can be used safely under the ssh tunnel setup discussed
  + in the previous section, as it will be looked up in the remote site.
  +</p>
  +                            </blockquote>
  +      </td></tr>
  +    </table>
  +                                                    <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#828DA6">
           <font color="#ffffff" face="arial,helvetica,sanserif">
             <strong>Using the jCVS client</strong>
  
  
  
  1.8       +1 -1      jakarta-site2/docs/site/dirlayout.html
  
  Index: dirlayout.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/dirlayout.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- dirlayout.html    2001/03/15 06:28:07     1.7
  +++ dirlayout.html    2001/03/15 11:20:18     1.8
  @@ -11,7 +11,7 @@
           <head>
               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/>
   
  -                                                    <meta name="author" value="Ceki 
G�lc�">
  +                                                    <meta name="author" value="Ceki 
G�lc�">
               <meta name="email" value="[EMAIL PROTECTED]">
                                           <meta name="author" value="Jon S. Stevens">
               <meta name="email" value="[EMAIL PROTECTED]">
  
  
  

Reply via email to