Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 24905 invoked from network); 29 Jun 2010 05:58:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 05:58:05 -0000 Received: (qmail 19447 invoked by uid 500); 29 Jun 2010 05:58:04 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 19129 invoked by uid 500); 29 Jun 2010 05:58:01 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 19119 invoked by uid 99); 29 Jun 2010 05:57:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 05:57:59 +0000 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of n.teofilov@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 05:57:50 +0000 Received: by wyj26 with SMTP id 26so2200766wyj.11 for ; Mon, 28 Jun 2010 22:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=pnsDxEpSHbIKMezkNyz9LZPPnG+a7ZIjUH1kSBO+8zo=; b=bmkg+z4lNz5+60PQndKwyZlZEPzSjMMHC0AOpgUh4+qVpcenCnmboFhTTX3PrxACZc as9DafivddTSAfqnSFmf4TwcodKU8gD9VaYWgHcplR7x5Uun93r+vGOjLlC9nLhgJI7d SGdfHx6BhakM4sJWfPRJW3Kwr8wdYqgVHBt38= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=CiOsIdG5nVjClFKfD8srcU8Lpf+lBRVGojgDXNwqWxA8emmEtxxT4OdjEWDN2+2c88 pbG/IKuIuo6GwpVEpB3muBmhNKp5VXC0SfBGIxWwv1qm3dmrQGVcZHzQgVVJPH6i/lcp h6euS69im2+P+BgzN8/h80VnFMk/63kZn1Aec= Received: by 10.216.89.140 with SMTP id c12mr9008062wef.78.1277790990084; Mon, 28 Jun 2010 22:56:30 -0700 (PDT) Received: from [192.168.1.2] (91-64-58-177-dynip.superkabel.de [91.64.58.177]) by mx.google.com with ESMTPS id y39sm5503525weq.27.2010.06.28.22.56.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 28 Jun 2010 22:56:29 -0700 (PDT) From: Nikolai Teofilov Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Comulative Replication Date: Tue, 29 Jun 2010 07:56:28 +0200 Message-Id: To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Is there a way to do something like "commutative" replication by = replicating and simultaneously appending and merging the target document = with the new fields from the source doc thus avoiding the simple = override of the target document with the current version of the source. = I call this "commutative" just to emphasize on the act of appending the = new information and overriding the existed fields but not the whole = document itself.=20 Thank you! Nikolai