Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 41217 invoked from network); 6 Feb 2009 10:08:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 10:08:41 -0000 Received: (qmail 91632 invoked by uid 500); 6 Feb 2009 10:08:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 91596 invoked by uid 500); 6 Feb 2009 10:08:35 -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 91582 invoked by uid 99); 6 Feb 2009 10:08:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 02:08:35 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 10:08:25 +0000 Received: from [192.168.1.101] (f053002043.adsl.alicedsl.de [::ffff:78.53.2.43]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Fri, 06 Feb 2009 10:08:03 +0000 Message-Id: From: Jan Lehnardt To: user@couchdb.apache.org In-Reply-To: <64de5c8b0902060141o19797dabkb726196e1790459d@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Updating a design doc using curl Date: Fri, 6 Feb 2009 11:07:32 +0100 References: <64de5c8b0902060141o19797dabkb726196e1790459d@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 6 Feb 2009, at 10:41, Rajkumar S wrote: > Hi, > > I have a design doc by name score_list which I edit using my normal > editor and use curl to upload it to couch. > > [...] > > This is pretty tedious and error prone and I would like to just update > the design doc and not worry about having correct _rev. Is that > possible? Is there a recommended work flow for editing and updating > design docs? Check out CouchApp[1]. It's meant for full application development, but nobody's going to stop you using it for just managing views. In fact, that's what I'm doing :) It even has its own mailing list[2] [1]: http://github.com/jchris/couchapp/tree/master [2]: http://groups.google.com/group/couchapp/ Cheers Jan --