Jens Alfke created COUCHDB-1529:
-----------------------------------

             Summary: Add API to find the deleted branches of a doc's rev tree
                 Key: COUCHDB-1529
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1529
             Project: CouchDB
          Issue Type: Improvement
    Affects Versions: 1.2
            Reporter: Jens Alfke
            Priority: Minor


There's no efficient way to discover the complete revision tree of a document. 
API options like ?open_revs=all or ?conflicts will only return active/undeleted 
revisions; it won't discover deleted branches resulting from already-resolved 
conflicts.

There should be an extra option, like "?include_deleted=true", to use along 
with open_revs to tell it to return even deleted leaf revisions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to