Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 34634 invoked from network); 1 Aug 2009 17:05:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Aug 2009 17:05:01 -0000 Received: (qmail 407 invoked by uid 500); 1 Aug 2009 17:05:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 212 invoked by uid 500); 1 Aug 2009 17:05:03 -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 202 invoked by uid 500); 1 Aug 2009 17:05:03 -0000 Delivered-To: apmail-incubator-couchdb-user@incubator.apache.org Received: (qmail 199 invoked by uid 99); 1 Aug 2009 17:05:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 17:05:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jwalgran@gmail.com designates 209.85.219.223 as permitted sender) Received: from [209.85.219.223] (HELO mail-ew0-f223.google.com) (209.85.219.223) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 17:04:54 +0000 Received: by ewy23 with SMTP id 23so2051228ewy.12 for ; Sat, 01 Aug 2009 10:04:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=vOWppPgYhOgBBCWzlj4XdOQ1k2raM3oabedt8frtfkw=; b=Av7NWGlmWnEawF0ow7NtbZW71XxAw74n3pUdTTrG0yO+ekatIztAjWwqowj7E6uH1Y Lt+ZvOwfzb/DHR04OVvzWXKLlvN4eciskuW+GdHamUAYI4MHgzTuMYkpTg8sfK2Sw3uA URFhtbu6DcF1fyRVyBg5kZMhhpkIYA7/TJXF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Q4pw0iQCy1FJATTN2j1zfs622iJWW+RUM5qUlv2VqqMsR3PfTSGz+S7tuqYP5iWzEs I7LoIj6EvM+AO9doWkGZb4yV9MblDoD6anyTQ/mz6sBt1esS1Shll5D9mjU47uxv2MCI CIXY8+9mx2i7SEUosWOHA0fKNh3v/h2zMq950= MIME-Version: 1.0 Received: by 10.216.54.198 with SMTP id i48mr659053wec.144.1249146273949; Sat, 01 Aug 2009 10:04:33 -0700 (PDT) Reply-To: jwalgran@gmail.com Date: Sat, 1 Aug 2009 13:04:33 -0400 Message-ID: Subject: Couchapp auto-push? From: Justin Walgran To: couchdb-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Is there a way to make Couchapp automatically push when one of the files in the application directory changes? If it is not built into Couchapp, is there a way to write a shell script that would watch a directory and call 'couchapp push' when a file changes? -Justin