Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 58732 invoked from network); 28 Jan 2009 17:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2009 17:07:50 -0000 Received: (qmail 75730 invoked by uid 500); 28 Jan 2009 17:07:43 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 75698 invoked by uid 500); 28 Jan 2009 17:07:43 -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 75687 invoked by uid 99); 28 Jan 2009 17:07:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 09:07:43 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FS_REPLICA,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adam.kocoloski@gmail.com designates 74.125.46.30 as permitted sender) Received: from [74.125.46.30] (HELO yw-out-2324.google.com) (74.125.46.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 17:07:35 +0000 Received: by yw-out-2324.google.com with SMTP id 3so2440306ywj.5 for ; Wed, 28 Jan 2009 09:07:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=Xvv7sns3C/kSyufr5Y1spOeHwTCUehBjLecpqCeQTSI=; b=oMzCSiqRq87GjAOY0bj1bqBxNRwGb4u+orljAWzfnvmHv4+qEOOluSYhk67WGRvg6j AqNo55sOoTX18AprTYo4Ksj+X2GJH7sfY2OOLKX9tHwMYUlvMZajk0jqQTNHRoyIXScZ Wue/AvPReKLqXrO9yPqSGY/GhoLrT00Bdm1WU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=auzEbHtweLRLpkmHSYSNQOjAqIopoxr3jQTSaSaTC6f9hphjozFiGU8gCCY8ggzAOq btqrdSy2AhjXiR2ea7C5dOLffdOkY2tQv4TvxyOB0eugsv0YTyvR7yWEu4idURk+eIhB XK8zmJ8QFmmYR70HUpWChKGEj7GhQWtrzkWGI= Received: by 10.90.49.3 with SMTP id w3mr711190agw.80.1233162434681; Wed, 28 Jan 2009 09:07:14 -0800 (PST) Received: from ?10.0.1.2? (c-66-31-20-188.hsd1.ma.comcast.net [66.31.20.188]) by mx.google.com with ESMTPS id 9sm260403agc.8.2009.01.28.09.07.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Jan 2009 09:07:13 -0800 (PST) Message-Id: From: Adam Kocoloski To: user@couchdb.apache.org In-Reply-To: <20090128165433.GA14192@uk.tiscali.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Trouble with replication Date: Wed, 28 Jan 2009 12:07:12 -0500 References: <20090128153026.GA12384@uk.tiscali.com> <6C6796D4-1766-4526-A9C1-A4872C935337@gmail.com> <20090128162332.GA13801@uk.tiscali.com> <20090128165433.GA14192@uk.tiscali.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jan 28, 2009, at 11:54 AM, Brian Candler wrote: > On Wed, Jan 28, 2009 at 04:23:32PM +0000, Brian Candler wrote: >> I'll add what I've learned to the wiki. > > Added to http://wiki.apache.org/couchdb/How_to_replicate_a_database > > However the piece I'm missing is: what does the client have to do in > order > to mark the conflict as resolved? > > Thanks, > > Brian. Hi Brian, once your app layer is satisfied that it has resolved the conflict, just DELETE the conflict revision and replicate. Couch actually keeps a separate list of deleted conflict revisions that you can view with "deleted_conflicts=true". Thanks for updating the wiki docs. Best, Adam