Author: mbecke
Date: Sun Jan 30 18:15:58 2005
New Revision: 149202

URL: http://svn.apache.org/viewcvs?view=rev&rev=149202
Log:
Updates for Subversion conversion.

Modified:
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/authentication.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/methods.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/navigation.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/sslguide.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/threading.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/userguide.xml

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/authentication.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/authentication.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/authentication.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/authentication.xml
 Sun Jan 30 18:15:58 2005
@@ -7,7 +7,7 @@
     <author email="[EMAIL PROTECTED]">Jeff Dever</author>
     <author email="[EMAIL PROTECTED]">Adrian Sutton</author>
     <author email="oleg -at- ural.ru">Oleg Kalnichevski</author>
-    <revision>$Id: authentication.xml,v 1.5.2.4 2004/06/01 20:56:52 olegk Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
@@ -181,9 +181,9 @@
        </section>
 
   <section name="Examples">
-      <p>There is an <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/BasicAuthenticationExample.java?rev=1.1.2.3&amp;only_with_tag=HTTPCLIENT_2_0_BRANCH";>example</a>
 
+      <p>There is an <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/src/examples/BasicAuthenticationExample.java";>example</a>
 
       of basic authentication available in the       
-      <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/?only_with_tag=HTTPCLIENT_2_0_BRANCH";>example
 directory</a> in CVS.
+      <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/src/examples/";>example
 directory</a> in Subversion.
       </p>
   </section>
   

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml
 Sun Jan 30 18:15:58 2005
@@ -4,7 +4,7 @@
    <properties>
       <title>HttpClient Downloads</title>
       <author email="commons-dev@jakarta.apache.org">Commons Documentation 
Team</author>
-      <revision>$Id: downloads.xml,v 1.19.2.14 2004/10/10 00:00:35 mbecke Exp 
$</revision>
+      <revision>$Id$</revision>
    </properties>
 
    <body>
@@ -14,7 +14,7 @@
          The following releases are avilable for download:
        </p>
        <ul>
-         <li>3.0-alpha2 - 19 September 2004 - 
+         <li>3.0-beta1 - 21 November 2004 - 
             <a href="http://jakarta.apache.org/site/binindex.cgi";>Binary</a> 
and 
             <a 
href="http://jakarta.apache.org/site/sourceindex.cgi";>Source</a> - <a 
              
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES.txt";
@@ -31,8 +31,8 @@
          Nightly source drops and binary builds can be obtained at the 
following URLs:
        </p>
        <ul>
-           <li>STABLE - <a 
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-httpclient2/";>latest
 from the 2.0 branch</a></li>
-           <li>DEVELOPMENT - <a 
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-httpclient/";>latest
 from HEAD(3.0)</a> - <b>Please note that this code is no longer 2.0 API 
compatible.</b></li>
+           <li>STABLE - <a 
href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient2/";>latest
 from the 2.0 branch</a></li>
+           <li>DEVELOPMENT - <a 
href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient/";>latest
 from HEAD(3.0)</a> - <b>Please note that this code is no longer 2.0 API 
compatible.</b></li>
        </ul>
        <p>
          The latest <a href="http://jakarta.apache.org/gump/";>Gump</a> 
generated binary
@@ -40,12 +40,12 @@
          <b>Please note that nightly drops are no longer 2.0 API 
compatible.</b>
        </p>
        <p>
-         The CVS repository for <em>HttpClient</em> can be
-         <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/";>browsed 
online</a>.
+         The Subversion repository for <em>HttpClient</em> can be
+         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/";>browsed
 online</a>.
        </p>
        <p>
          The best way to get <em>HttpClient</em>, is to checkout the souce 
from our public 
-         <a href="http://jakarta.apache.org/site/cvsindex.html";>CVS server</a>.
+         <a 
href="http://jakarta.apache.org/site/cvsindex.html#Subversion";>Subversion 
server</a>.
        </p>
        <p>
          If you are using Maven for your project, you can create a dependency 
in your

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/methods.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/methods.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/methods.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/methods.xml
 Sun Jan 30 18:15:58 2005
@@ -5,7 +5,7 @@
   <properties>
     <title>HttpClient Methods</title>
     <author email="[EMAIL PROTECTED]">Adrian Sutton</author>
-    <revision>$Id: methods.xml,v 1.3.2.1 2003/08/21 16:07:31 oglueck Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
   
   <body>
@@ -20,7 +20,7 @@
       <p>The examples on the following pages are not complete and are only used
       to highlight the important features that are unique to each method.  For
       complete examples, please refer to the <a
-      
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/";>sample
+      
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/";>sample
       code</a>.</p>
     </section>
 

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/navigation.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/navigation.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/navigation.xml
 Sun Jan 30 18:15:58 2005
@@ -8,7 +8,7 @@
     <title>HttpClient</title>
     <author email="[EMAIL PROTECTED]">Jeff Dever</author>
     <author email="[EMAIL PROTECTED]">Adrian Sutton</author>
-    <revision>$Id: navigation.xml,v 1.8.2.5 2005/01/08 11:41:48 olegk Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
@@ -26,7 +26,7 @@
         <item name="Cross Host Redirects" href="/redirects.html"/>
         <item name="Logging Guide" href="/logging.html"/>
         <item name="Methods" href="/methods.html"/>
-        <item name="Sample Code" 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/?only_with_tag=HTTPCLIENT_2_0_BRANCH"/>
+        <item name="Sample Code" 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/src/examples/"/>
         <item name="SSL Guide" href="/sslguide.html"/>
         <item name="Threading" href="/threading.html"/>
         <item name="Trouble Shooting" href="/troubleshooting.html"/>

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml 
(original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml 
Sun Jan 30 18:15:58 2005
@@ -6,10 +6,22 @@
     <author email="commons-dev@jakarta.apache.org">Commons Documentation 
Team</author>
     <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
     <author email="[EMAIL PROTECTED]">Jeff Dever</author>
-    <revision>$Id: news.xml,v 1.20.2.16 2004/10/23 15:59:22 mbecke Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
+        <section name="30 January 2005 - Source control switched to 
Subversion">
+            <p>
+                Along with the rest of the Jakarta Commons projects, 
HttpClient's version control
+                has been switched to Subversion.  Please see the links below 
for more information:
+                <ul>
+                    <li><a 
href="http://www.apache.org/dev/version-control.html";>Apache Subversion 
information</a></li>
+                    <li><a 
href="http://wiki.apache.org/jakarta-commons/UsingSVN";>Commons Subversion 
Wiki</a></li>
+                    <li>HttpClient 3.0 repository - <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/";>http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/</a></li>
+                    <li>HttpClient 2.0 repository - <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/";>http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/</a></li>
+                </ul>
+            </p>
+        </section> 
         <section name="23 October 2004 - New HttpClient mailing lists">
             <p>
                 Starting today HttpClient has two new mailing lists for 
@@ -104,7 +116,7 @@
          HttpClient 3.0 provides a wealth of features and enhancements
          that did not make it into the 2.0 release, while preserving API
          compatibility as much as possible. In a relatively few cases
-         <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/API_CHANGES_3_0.txt?view=markup";>API
+         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/API_CHANGES_3_0.txt";>API
          compatibility with HttpClient 2.0</a> could not maintained.
         </p>
         <p>   
@@ -294,7 +306,7 @@
         has been accepted by the
         <a href="http://jakarta.apache.org/commons";>Jakarta Commons</a>
         team and the source has been moved into the
-        <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/";>CVS 
repository</a>.
+        <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/";>Subversion
 repository</a>.
       </p>
     </section>
 

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/sslguide.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/sslguide.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/sslguide.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/sslguide.xml
 Sun Jan 30 18:15:58 2005
@@ -6,7 +6,7 @@
     <title>HttpClient SSL Guide</title>
     <author email="[EMAIL PROTECTED]">Oleg Kalnichevski</author>
     <author email="[EMAIL PROTECTED]">Adrian Sutton</author>
-    <revision>$Id: sslguide.xml,v 1.2.2.4 2004/12/13 21:52:47 olegk Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
@@ -174,17 +174,17 @@
     <ul>
 
         <li>
-         <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/?only_with_tag=HTTPCLIENT_2_0_BRANCH";>
  
+         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/src/contrib/org/apache/commons/httpclient/contrib/ssl/";>
  
           EasySSLProtocolSocketFactory</a> can be used to create SSL 
connections that allow the target 
           server to authenticate with a self-signed certificate.
         </li>
 
         <li>
-         <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/?only_with_tag=HTTPCLIENT_2_0_BRANCH";>
  
+         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/src/contrib/org/apache/commons/httpclient/contrib/ssl/";>
  
           StrictSSLProtocolSocketFactory</a> can be used to create SSL 
connections that can optionally perform host name verification in order to help 
preventing man-in-the-middle type of attacks. 
         </li>
         <li>
-         <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/?only_with_tag=HTTPCLIENT_2_0_BRANCH";>
  
+         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/src/contrib/org/apache/commons/httpclient/contrib/ssl/";>
  
           AuthSSLProtocolSocketFactory</a> can be used to optionally enforce 
mutual client/server authentication. This is the most flexible
           implementation of a protocol socket factory.  It allows for 
customization of most, if not all, aspects of the SSL authentication.
         </li>

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml
 Sun Jan 30 18:15:58 2005
@@ -8,7 +8,7 @@
     <author email="[EMAIL PROTECTED]">Remy Maucherat</author>
     <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
     <author email="[EMAIL PROTECTED]">Jeff Dever</author>
-    <revision>$Id: status.xml,v 1.20.2.14 2004/12/31 10:31:04 oglueck Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
@@ -27,11 +27,11 @@
         <p>HttpClient 2.0 is no longer being actively developed, with the 
exception of 
         bug fixes and minor enhancements.  2.0.2 is the latest stable 
release.</p>
         
-        <p>It is important to note that HttpClient CVS HEAD is no longer fully 
compatible 
+        <p>It is important to note that HttpClient Subversion Trunk is no 
longer fully compatible 
         with 2.0.x APIs. We encourage using the <tt>HTTPCLIENT_2_0_BRANCH</tt> 
for production
         development until the 3.0 APIs are stabilized. API incompatibilities 
with HttpClient
         2.0.x are described 
-        <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/API_CHANGES_3_0.txt?view=markup";>here</a>.
+        <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/API_CHANGES_3_0.txt";>here</a>.
         </p>
 
         <p>Bug reports targeted for the next release can be found

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/threading.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/threading.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/threading.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/threading.xml
 Sun Jan 30 18:15:58 2005
@@ -4,7 +4,7 @@
   <properties>
     <title>Threading</title>
     <author email="[EMAIL PROTECTED]">Michael Becke</author>
-    <revision>$Id: threading.xml,v 1.1.2.2 2003/10/28 01:56:10 mbecke Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
@@ -15,7 +15,7 @@
        <li><a 
href="#MultiThreadedHttpConnectionManager">MultiThreadedHttpConnectionManager</a></li>
            <li><a href="#Connection Release">Connection Release</a></li>
          </ul>
-      <p>Please see the <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/MultiThreadedExample.java?rev=1.1&amp;content-type=text/vnd.viewcvs-markup";>MultiThreadedExample</a>
+      <p>Please see the <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/MultiThreadedExample.java";>MultiThreadedExample</a>
        for a concrete example.</p>
     </section>
 

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/userguide.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/userguide.xml?view=diff&r1=149201&r2=149202
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/userguide.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/userguide.xml
 Sun Jan 30 18:15:58 2005
@@ -5,7 +5,7 @@
   <properties>
     <title>HttpClient User Guide</title>
     <author email="[EMAIL PROTECTED]">Adrian Sutton</author>
-    <revision>$Id: userguide.xml,v 1.1.2.2 2004/08/03 21:48:24 adrian Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
@@ -50,9 +50,9 @@
           that are provided by HttpClient and how to use them.</td>
         </tr>
         <tr>
-          <td><a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/";>Sample
 Code</a></td>
+          <td><a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/";>Sample
 Code</a></td>
           <td>This is a link to the sample code for using HttpClient that is
-          stored in the CVS repository and is available in source releases
+          stored in the Subversion repository and is available in source 
releases
           of HttpClient.</td>
         </tr>
         <tr>



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

Reply via email to