Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by JasonSmith:
http://wiki.apache.org/couchdb/Document_revisions
The comment on the change is:
Remove typo
------------------------------------------------------------------------------
Due to compaction, revisions may disappear at any time. You cannot use them for a client
revision system.
- ["Replication"] has also an impact on revisions, i.e. '''Replication only replicates the
last version of a document''', so the it will be impossible to access, on the destination
database, previous versions of a document that were store on the source database.
+ ["Replication"] has also an impact on revisions, i.e. '''Replication only replicates the
last version of a document''', so it will be impossible to access, on the destination database,
previous versions of a document that were store on the source database.
If you wish to implement revisions in your client system a number of patterns have been
suggested:
|