You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/11/02 19:50:34 UTC

[Couchdb Wiki] Update of "Installing_from_source" by MartinCzura

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Installing_from_source" page has been changed by MartinCzura.
The comment on this change is: moved from "get involved" section of homepage.
http://wiki.apache.org/couchdb/Installing_from_source?action=diff&rev1=5&rev2=6

--------------------------------------------------

- This guide will help you get the latest version of couchdb from the Subversion repository. The source is located here: http://svn.apache.org/repos/asf/couchdb/trunk
+ The CouchDB source code can be found in the [[https://svn.apache.org/repos/asf/couchdb|Subversion repository]], which can also be [[http://svn.apache.org/viewvc/couchdb/|browsed online]].
+ 
+ You can check out the code using the `svn` command:
+ 
+ {{{
+     svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
+ }}}
+ 
+ Committers should use the secure repository:
+ 
+ {{{
+     svn co https://svn.apache.org/repos/asf/couchdb/trunk couchdb
+ }}}
+ 
+ Read more about [[http://www.apache.org/dev/version-control.html|version control]] at the Apache Software Foundation.
  
  Read the README file for install instructions: [[http://svn.apache.org/viewvc/couchdb/trunk/README?view=markup|CouchDB README]]