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 D7D20D120 for ; Mon, 10 Sep 2012 19:50:33 +0000 (UTC) Received: (qmail 41787 invoked by uid 500); 10 Sep 2012 19:50:29 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 41740 invoked by uid 500); 10 Sep 2012 19:50:29 -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 41671 invoked by uid 99); 10 Sep 2012 19:50:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 19:50:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.216.45] (HELO mail-qa0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 19:50:21 +0000 Received: by qadc10 with SMTP id c10so1170768qad.11 for ; Mon, 10 Sep 2012 12:50:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=POdp8Ma2F89PaQ5UD31G+wzDNv5lffajVdHP0eR8FNk=; b=iVBBmRTPZ7rAjBAGhMM5UMlksmADVVVakiiXfq9KrMxxMjQgdXkm0kKa+WVk6zBGt8 N3wYe/kTII3t4kfntmimdRN59wT3dLpdw9j4HKUTN/hDU08wPl/ZKJDy1Sxsy605GwsT NJj/dX1fO7fWkmV8uhxaPqq012eHpLxjbBRvD59SAGqJXMWASbkKVZfI2tVt379U9vwR e/NBJJhidXPGOl8xY87lld0ZrmmkOROpIQCUhb6iN7r/CwyUuaXKvKgh8nLTZ9Z6XUZB RC6RH/0qkZrSfiUJzDUNzsfaCVykXOtvtrw0RvfH7+u0kwktN2Qnen+wlU7zFq6QysCI PWVg== MIME-Version: 1.0 Received: by 10.224.214.67 with SMTP id gz3mr16655744qab.70.1347306600126; Mon, 10 Sep 2012 12:50:00 -0700 (PDT) Received: by 10.49.86.74 with HTTP; Mon, 10 Sep 2012 12:49:59 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: References: <82C3CCBE-6332-4E9C-A5AC-1EA9D776B46C@gmail.com> Date: Mon, 10 Sep 2012 21:49:59 +0200 Message-ID: Subject: Re: Include CouchDB in Windows Application From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQleyqJ4qSVLJQqWCyeqgCCyvXxIL0WBP2+k44z5mGc1X6bjrXF/PUWcy54PJ0dvdTooLpfc X-Virus-Checked: Checked by ClamAV on apache.org On 10 September 2012 20:52, Ido Ran wrote: > Hi, > I just want to update that the test was successful and I manage to run > CouchDB from my user directory which include both spaces, Hebrew characters. > I've update the erlang.ini like so: Sweet! However you should be able to run erlang without an erl.ini at all. The local paths in couch's ini files are all relative to %COUCH%/bin. Did that not work for you? A+ Dave