Revision referencing via something like Git's RefLog Shortnames
---------------------------------------------------------------
Key: COUCHDB-511
URL: https://issues.apache.org/jira/browse/COUCHDB-511
Project: CouchDB
Issue Type: Wish
Components: HTTP Interface
Reporter: Benjamin Young
Priority: Minor
Accessing earlier revisions isn't hard, but it would be very handy to reference
them via a short hand notation similar to Git's RefLog Shortnames. Perhaps
something very similar:
http://localhost:5984/db/doc?rev=^
- this would get the previous revision
http://localhost:5984/db/doc?rev=^3
- this would get the revision 3 submissions ago
Just an idea.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.