You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/06/15 13:31:22 UTC

svn commit: r667939 - in /incubator/couchdb/site/htdocs/community: code.html code.txt

Author: jan
Date: Sun Jun 15 04:31:21 2008
New Revision: 667939

URL: http://svn.apache.org/viewvc?rev=667939&view=rev
Log:
Add note about SVN EU mirror.

Modified:
    incubator/couchdb/site/htdocs/community/code.html
    incubator/couchdb/site/htdocs/community/code.txt

Modified: incubator/couchdb/site/htdocs/community/code.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/code.html?rev=667939&r1=667938&r2=667939&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/code.html (original)
+++ incubator/couchdb/site/htdocs/community/code.html Sun Jun 15 04:31:21 2008
@@ -85,6 +85,9 @@
 <pre><code>svn co https://svn.apache.org/repos/asf/incubator/couchdb/trunk couchdb
 </code></pre>
 
+<p>If you live closer to Europe than the US, you can also use <code>svn.eu.apache.org</code>
+as the host name. You might experience faster SVN operations.</p>
+
 <p>More information on the Subversion repository at Apache is available
 <a href="http://www.apache.org/dev/version-control.html">here</a>.</p>
 <div id="clear"></div></div>

Modified: incubator/couchdb/site/htdocs/community/code.txt
URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/code.txt?rev=667939&r1=667938&r2=667939&view=diff
==============================================================================
--- incubator/couchdb/site/htdocs/community/code.txt (original)
+++ incubator/couchdb/site/htdocs/community/code.txt Sun Jun 15 04:31:21 2008
@@ -18,5 +18,8 @@
 
     svn co https://svn.apache.org/repos/asf/incubator/couchdb/trunk couchdb
 
+If you live closer to Europe than the US, you can also use `svn.eu.apache.org`
+as the host name. You might experience faster SVN operations.
+
 More information on the Subversion repository at Apache is available
 [here](http://www.apache.org/dev/version-control.html).