How is it possible to relete old revisions of couchdb document?
+2
A:
You cannot delete an old revision of a single document. This is because the old revisions are only used by CouchDB internally for concurrency control and you shouldn't have to worry about these revisions.
If you want to remove all old revisions in order to shrink the size of your database, you can run compaction.
Niels van der Rest
2010-08-13 19:13:12