Source Code
The CouchDB source code can be found in the Subversion repository which can also be 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
If you live near Europe you may experience a faster connection with svn.eu.apache.org.
Read more about version control at the Apache Software Foundation.