dfs         2003/07/20 10:09:58

  Modified:    xdocs/site cvsonwin32.xml
               docs/site cvsonwin32.html
  Log:
  Updated list of CVS and SSH clients.  Add references to SmartCVS and
  Cygwin compiled versions of CVS and OpenSSH.  Changed reference to
  Cyclic CVS to "Original CVS" (for lack of a better term) and updated
  the link to www.cvshome.org.  It's not cleaar to me who maintains CVS
  now (it's hosted by CollabNet), but it's not Cyclic Software anymore.
  
  Revision  Changes    Path
  1.6       +17 -5     jakarta-site2/xdocs/site/cvsonwin32.xml
  
  Index: cvsonwin32.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/cvsonwin32.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cvsonwin32.xml    21 Jan 2002 14:53:46 -0000      1.5
  +++ cvsonwin32.xml    20 Jul 2003 17:09:58 -0000      1.6
  @@ -13,22 +13,30 @@
   
     <section name="CVS Access on Windows">
   <p>
  -On Windows, you need one of the following software products for each
  -category:
  +You will need both a CVS client and an SSH client for Windows in order to
  +access the CVS repository.  The SSH client must support connection
  +forwarding (also known as tunneling).  The following are some of the
  +more popular alternatives:
   </p>
   
   <ul>
    <li>CVS client</li>
     <ul>
  +   <li><a href="http://www.cvshome.org/";>Original CVS command line client
  +   compiled for Win32</a></li>
      <li><a href="http://www.wincvs.org";>WinCVS 1.0 or greater (GUI client)</a></li>
      <li><a href="http://www.gjt.org";>jCVS (Java GUI client)</a></li>
  -   <li><a href="http://download.cyclic.com/pub/";>Cyclic's CVS (command line 
client)</a></li>
  +   <li><a href="http://www.smartcvs.com/";>SmartCVS</a></li>
  +   <li><a href="http://www.cygwin.com/";>Original CVS command line client
  +   compiled for Cygiwn</a> (requires you to install Cygwin environment)</li>
     </ul>
    <li>SSH client/tunnel</li>
     <ul>
      <li><a href="http://www.vandyke.com";>VanDyke SecureCRT (commercial!)</a></li>
      <li><a href="http://www.appgate.com/mindterm/";>MindBright MindTerm SSH</a></li>
      <li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/";>PuTTY (free, 
open source)</a></li>
  +   <li><a href="http://www.cygwin.com/";>OpenSSH command line client
  +   compiled for Cygiwn</a> (requires you to install Cygwin environment)</li>
     </ul>
   </ul>
   
  @@ -40,10 +48,14 @@
   </p>
   
   <p>
  +The inclusion of a product in the above list and usage examples below
  +do not constitute an endorsement of that product by the Apache Jakarta
  +Project or the Apache Software Foundation.
   You can find other SSH clients <a 
href="http://www.cs.hmc.edu/tech_docs/qref/ssh.html";>here</a>
  -but the above are the only ones recommended since they do SSH tunneling (most
  +but the above are known to work and support SSH tunneling (most
   SSH clients just do terminal emulation). If you find any usable software that
  -is missing here, please <a href="mailto:[EMAIL PROTECTED]">inform us.</a>
  +is missing here, please <a
  +href="mailto:[EMAIL PROTECTED]">inform us.</a>
   </p>
   
   <p>
  
  
  
  1.70      +15 -4     jakarta-site2/docs/site/cvsonwin32.html
  
  Index: cvsonwin32.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/cvsonwin32.html,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- cvsonwin32.html   17 Jul 2003 19:20:47 -0000      1.69
  +++ cvsonwin32.html   20 Jul 2003 17:09:58 -0000      1.70
  @@ -187,21 +187,29 @@
         <tr><td>
           <blockquote>
                                       <p>
  -On Windows, you need one of the following software products for each
  -category:
  +You will need both a CVS client and an SSH client for Windows in order to
  +access the CVS repository.  The SSH client must support connection
  +forwarding (also known as tunneling).  The following are some of the
  +more popular alternatives:
   </p>
                                                   <ul>
    <li>CVS client</li>
     <ul>
  +   <li><a href="http://www.cvshome.org/";>Original CVS command line client
  +   compiled for Win32</a></li>
      <li><a href="http://www.wincvs.org";>WinCVS 1.0 or greater (GUI client)</a></li>
      <li><a href="http://www.gjt.org";>jCVS (Java GUI client)</a></li>
  -   <li><a href="http://download.cyclic.com/pub/";>Cyclic's CVS (command line 
client)</a></li>
  +   <li><a href="http://www.smartcvs.com/";>SmartCVS</a></li>
  +   <li><a href="http://www.cygwin.com/";>Original CVS command line client
  +   compiled for Cygiwn</a> (requires you to install Cygwin environment)</li>
     </ul>
    <li>SSH client/tunnel</li>
     <ul>
      <li><a href="http://www.vandyke.com";>VanDyke SecureCRT (commercial!)</a></li>
      <li><a href="http://www.appgate.com/mindterm/";>MindBright MindTerm SSH</a></li>
      <li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/";>PuTTY (free, 
open source)</a></li>
  +   <li><a href="http://www.cygwin.com/";>OpenSSH command line client
  +   compiled for Cygiwn</a> (requires you to install Cygwin environment)</li>
     </ul>
   </ul>
                                                   <p>
  @@ -211,8 +219,11 @@
   the US.
   </p>
                                                   <p>
  +The inclusion of a product in the above list and usage examples below
  +do not constitute an endorsement of that product by the Apache Jakarta
  +Project or the Apache Software Foundation.
   You can find other SSH clients <a 
href="http://www.cs.hmc.edu/tech_docs/qref/ssh.html";>here</a>
  -but the above are the only ones recommended since they do SSH tunneling (most
  +but the above are known to work and support SSH tunneling (most
   SSH clients just do terminal emulation). If you find any usable software that
   is missing here, please <a href="mailto:[EMAIL PROTECTED]">inform us.</a>
   </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to