You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by bo...@apache.org on 2015/08/27 21:36:59 UTC

svn commit: r963295 - /websites/production/commons/content/proper/commons-compress/source-repository.html

Author: bodewig
Date: Thu Aug 27 19:36:58 2015
New Revision: 963295

Log:
Compress uses git now

Modified:
    websites/production/commons/content/proper/commons-compress/source-repository.html

Modified: websites/production/commons/content/proper/commons-compress/source-repository.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/source-repository.html (original)
+++ websites/production/commons/content/proper/commons-compress/source-repository.html Thu Aug 27 19:36:58 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 18 August 2015
+ | Generated by Apache Maven Doxia at 27 August 2015
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150818" />
+    <meta name="Date-Revision-yyyymmdd" content="20150827" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress &#x2013; Source Repository</title>
 
@@ -43,8 +43,8 @@
 					<a class="brand" href="http://commons.apache.org/proper/commons-compress/">Apache Commons Compress &trade;</a>
 					<ul class="nav">      
                     
-            <li id="publishDate">Last Published: 18 August 2015</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.10</li>
+            <li id="publishDate">Last Published: 27 August 2015</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.11-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">	<ul class="nav">
 						<li>
@@ -284,40 +284,25 @@
 					<td class="content">
 						<div class="section">
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div>
+<p>This project uses <a class="externalLink" href="http://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p></div>
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
 <div class="source">
-<pre><a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/compress/trunk">http://svn.apache.org/repos/asf/commons/proper/compress/trunk</a></pre></div></div>
+<pre><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf?p=commons-compress.git">https://git-wip-us.apache.org/repos/asf?p=commons-compress.git</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
-<p>The source can be checked out anonymously from Subversion with this command:</p>
+<p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ svn checkout http://svn.apache.org/repos/asf/commons/proper/compress/trunk commons-compress</pre></div></div>
+<pre>$ git clone http://git-wip-us.apache.org/repos/asf/commons-compress.git</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.</p>
+<p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/commons/proper/compress/trunk commons-compress</pre></div>
-<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
+<pre>$ git clone https://git-wip-us.apache.org/repos/asf/commons-compress.git</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
-<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/commons/proper/compress/trunk commons-compress</pre></div></div>
-<div class="section">
-<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a name="Access_Through_a_Proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
+<p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
 					</td>
 				</tr>
 			</table>
@@ -333,4 +318,4 @@ http-proxy-port = 3128
                           		</div>
 	</body>
 
-</html>
\ No newline at end of file
+</html>