I pulled down apache/couchdb master and janl/couchdb mergeymergey and did a recursive diff between the two after running `./configure` in each and removing every .git directory.
.gitignore - has a diff but its on purpose bin/rebar - Its compiled, ignore configure - Different URL for rebar download rebar.config.script - Different on purpose src/couch/priv/couch_js/config.h - Different because of commit sha src/couch/rebar.config.script - Different on purpose src/fabric/rebar.config - Switch to github URL src/mango/rebar.config.script - Jan changed on purpose Differences because rebar.config.script doesn't point at master on the dependency: src/couch/src/couch_lru.erl src/couch_mrview/src/couch_mrview_show.erl src/global_changes/src/global_changes_server.erl src/mango/src/mango_error.erl src/mango/src/mango_idx_text.erl src/mango/src/mango_sort.erl src/mango/test/01-index-crud-test.py So without further ado, +1 On Wed, Mar 22, 2017 at 12:47 PM, Nick Vatamaniuc <[email protected]> wrote: > EUnit tests pass (with usual flakiness from > couchdb_compaction_daemon_tests). > > +1 > > > On Wed, Mar 22, 2017 at 8:30 AM, Garren Smith <[email protected]> wrote: > >> I've just downloaded, built and run it. I don't know anything about the >> code setup. But it runs so +1 from me. >> >> On Wed, Mar 22, 2017 at 3:07 PM, Jan Lehnardt <[email protected]> wrote: >> >> > Hi everyone, >> > >> > based off of Paul’s work in COUCHDB-3300 (https://issues.apache.org/ >> > jira/browse/COUCHDB-3300) I’ve set up a branch on my GitHub fork of >> > CouchDB that shows how the CouchDB monorepo could look like: >> > >> > https://github.com/janl/couchdb/tree/mergeymergey >> > >> > Notable additions: fixed up .gitignore to do the right thing. Builds and >> > tests all work on my machine (modulo the usual wonkyness that is >> currently >> > being worked on. >> > >> > We’ve also asked ASF Infra to suspend commit notifications for the next >> 24 >> > hours, so we don’t spam the mailing lists (https://issues.apache.org/ >> > jira/servicedesk/agent/INFRA/issue/INFRA-13705 thanks Joan!). >> > >> > Please give my branch above a thorough once-over. We’d like to have this >> > be our master as soon as possible. >> > >> > Best >> > Jan >> > -- >> > >> > >> > >> > >>
