Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 70331 invoked from network); 25 Jan 2011 05:10:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 05:10:54 -0000 Received: (qmail 10980 invoked by uid 500); 25 Jan 2011 05:10:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 10599 invoked by uid 500); 25 Jan 2011 05:10:48 -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 10591 invoked by uid 99); 25 Jan 2011 05:10:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 05:10:47 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of baibaichen@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 05:10:41 +0000 Received: by iwn37 with SMTP id 37so4964073iwn.11 for ; Mon, 24 Jan 2011 21:10:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=YUziyrfjSPfmEEVUQpL33taTCfXpgE9R84sec/mFZKQ=; b=A3liKQIQnpVrjQtVGpziCwZxY1jZV0RehBf+YaqX7g4mJE2yKpcEPVsK0hIEanPwUx AV+wlQ16j+q81Jhg/qEMgt3D/Hm5hv2SPcJ7iiuDLxu6XUlksRky1dxvpJ+Tlz/yCgiF lz3NHLkWhjOavHiR0sf0SzbUzaECwYuH5yPB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=FJUDbNv2aMIXveGrvd1+9HDWGXv/NlvtRvcuiPLfO92leGCW2LNjvIEejrdY7lgYBO ifz5TvZtFwqEk6qlhyJlAASKoceNAdIUe2u267whAvJIvFX80P9vmCnh1/85AAwVcTJ0 5Q01z5KQEEHjONBdmrKyQbPD69ncro06HiwpI= MIME-Version: 1.0 Received: by 10.42.173.9 with SMTP id p9mr5955451icz.208.1295932220615; Mon, 24 Jan 2011 21:10:20 -0800 (PST) Received: by 10.42.137.72 with HTTP; Mon, 24 Jan 2011 21:10:20 -0800 (PST) Date: Tue, 25 Jan 2011 13:10:20 +0800 Message-ID: Subject: replication of couch From: chang chen To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm wondering if it would be possible to configure couch to reject conflicts when=A0push to remote server? This is very useful in the offline mode, in such case which we have a center=A0repository. so that we can resolve=A0conflicts=A0in the client and if auto merge fails we can involve end-users. It is more like git behavior and different with=A0Amazon Dynamo(which encourages users to perform conflict resolution on read). Thanks