Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 68744 invoked from network); 1 Aug 2009 22:58:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Aug 2009 22:58:58 -0000 Received: (qmail 70187 invoked by uid 500); 1 Aug 2009 22:59:00 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 70123 invoked by uid 500); 1 Aug 2009 22:59:00 -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 69876 invoked by uid 99); 1 Aug 2009 22:58:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 22:58:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gurdiga@gmail.com designates 209.85.218.225 as permitted sender) Received: from [209.85.218.225] (HELO mail-bw0-f225.google.com) (209.85.218.225) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 22:58:51 +0000 Received: by bwz25 with SMTP id 25so3216996bwz.11 for ; Sat, 01 Aug 2009 15:58:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VegKGBBFfaCUkaltQBB7QAcLdJKyj6w/RbRNDOsUza8=; b=Agkep0f21AOLYaYf0xBGsweyUeSSCEd5ChYrIFzeoU2M+lx7h+gRswX5Cuy/htld7O UUzJuAW0NMgmLYbYmoB4MsFp/HVU73/n8Uog0J1P+utBzNcHKWaEx5faYUjpRpzU0JvN Tywxrf/Fc+zae8hVUNXaYjxULlTeJ+0dfVdWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gTQexIbBezTjMYJ5sxEnJJtNdemr348G9xrOVq0vwahgep7mR0fzPyrqaywoI3deDT 1lNx5VN0FPrOFxkUWsEpNJHfC8RSeGF8/cAjV649wqWTGPdGk+eciZ8jOGwBFia/vBNk 0r72K0tdnmLNXyPw7MNm2dEKkG4phiLCpeAJA= MIME-Version: 1.0 Received: by 10.103.171.6 with SMTP id y6mr2417098muo.110.1249167509977; Sat, 01 Aug 2009 15:58:29 -0700 (PDT) In-Reply-To: References: Date: Sun, 2 Aug 2009 01:58:29 +0300 Message-ID: Subject: Re: Couchapp auto-push? From: Vlad GURDIGA To: user@couchdb.apache.org, jwalgran@gmail.com Cc: couchdb-user@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Maybe instructing your IDE/editor to 'push' on file save would be a more effort-efficient way? On Sat, Aug 1, 2009 at 8:04 PM, Justin Walgran wrote: > 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 >