Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Replication" page has been changed by JensAlfke: http://wiki.apache.org/couchdb/Replication?action=diff&rev1=41&rev2=42 Comment: Added the create_target property to the table. ||''target'' || Identifies the database to copy revisions to. Same format and interpretation as `source`. || ||''cancel'' || Include this property with a value of `true` to cancel an existing replication between the specified `source` and `target`. || ||''continuous'' || Include this property with a value of `true` to make the replication ''continuous''. Default value is `false`. || + ||''create_target'' || Include this property with a value of `true` to tell the replicator to create the target database if it doesn't exist yet. || ||''doc_ids'' || Optional array of document IDs; if given, only these documents will be replicated. || ||''filter'' || Name of a ''filter function'' that can choose which revisions get replicated. || ||''proxy'' || Optional proxy server URL. ||
