Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71205F95E for ; Mon, 25 Mar 2013 21:36:43 +0000 (UTC) Received: (qmail 38068 invoked by uid 500); 25 Mar 2013 21:36:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 38014 invoked by uid 500); 25 Mar 2013 21:36:41 -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 38005 invoked by uid 99); 25 Mar 2013 21:36:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 21:36:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.212.169] (HELO mail-wi0-f169.google.com) (209.85.212.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 21:36:34 +0000 Received: by mail-wi0-f169.google.com with SMTP id c10so2725559wiw.0 for ; Mon, 25 Mar 2013 14:36:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=eJ9d67rvCiWByxPb1K9/yukujGxj587otMcDYAYnsp8=; b=R3cDGM30Q2FRB+5hmhn4UgnyK30DAQs+w/bNmDdngiCzTl8GzU+7j4/w/e8yM5zBSg cjtUNTF59JUweT7t1U7PkSK4WnVlj2LOOAoc/RPlbOGR1+zUz5gZIxzmPFH5gyYJtKjg JQAi1wZbLR5Fo7GY8fj+6F648//xIP4uS1eq6C9FkQDv1zUJuP+A5RtislhQ3sApZEOn 1D9hZt32VuzA8sMkr3VwtiHiYcNBByDEcE/6Z0fmhq9Me4xpS+0ZQD6WMxTFV0Sbs2qX fEf8F6xPVhZKVYDGwRpwJj42+mbatkLNl3pF++v5OLKZDt5pItBv8HVYsQhxS6cIACtp hPOA== X-Received: by 10.180.87.193 with SMTP id ba1mr10231644wib.10.1364247373197; Mon, 25 Mar 2013 14:36:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.32.106 with HTTP; Mon, 25 Mar 2013 14:35:53 -0700 (PDT) X-Originating-IP: [68.5.117.177] From: Mark Hahn Date: Mon, 25 Mar 2013 14:35:53 -0700 Message-ID: Subject: copy docs from one db to another? To: couchdb-user@apache.org Content-Type: multipart/alternative; boundary=f46d0444813110c8e204d8c698e2 X-Gm-Message-State: ALoCoQkx/Q/9ODvxnDQheeMG2vDi8gHnRCVUOQRqOyEJtlf5QVdZ2m6aPO6hUZ7Jozt6x4ZjIqPD X-Virus-Checked: Checked by ClamAV on apache.org --f46d0444813110c8e204d8c698e2 Content-Type: text/plain; charset=ISO-8859-1 I have a database with a zillion docs that I need to empty. I just want the design docs left behind. I googled and saw some techniques that require writing code. Could I just GET the docs with curl and then PUT them? Any other way to do it? --f46d0444813110c8e204d8c698e2--