Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "SourceCode" page has been changed by NoahSlater: http://wiki.apache.org/couchdb/SourceCode?action=diff&rev1=2&rev2=3 Comment: Added new repository, and tidied up a bit You can check out the code using the `git` command: {{{ - git clone http://git-wip-us.apache.org/repos/asf/couchdb.git - }}} - - Committers should use the secure repository: - - {{{ git clone https://git-wip-us.apache.org/repos/asf/couchdb.git }}} Please follow the [[ContributorWorkflow|contributor workflow]] as you work. - Read more about [[http://git-wip-us.apache.org/|Git]] at the Apache Software Foundation. + Read more about [[http://git-wip-us.apache.org/|Git at The ASF]]. == Github Mirror == @@ -32, +26 @@ You should be able to do this through the Github interface, and it will notify the mailing list for you. - == Website code == + == Website == - The http://couchdb.apache.org/ code is in [[https://svn.apache.org/repos/asf/couchdb/site/|subversion]] + The website is kept in [[https://svn.apache.org/repos/asf/couchdb/site/|Subversion]]. + == Admin == + + Some admin resources are kept in a [[http://git-wip-us.apache.org/repos/asf/couchdb-admin|Git repository]]. + + You can check out the admin resources using the `git` command: + + {{{ + git clone https://git-wip-us.apache.org/repos/asf/couchdb-admin.git + }}} +
