For the record this is an issue in the bash script.
On Mon, Nov 5, 2012 at 6:12 AM, Benoit Chesneau <[email protected]> wrote: > Just checked and this is definitely an issue in couchdb: > > $ ./utils/run -a ~/Library/Application\ Support/test.ini > inis ["/Users/benoitc/work/couchdb/etc/couchdb/default_dev.ini", > "/Users/benoitc/work/couchdb/etc/couchdb/local_dev.ini", > "/Users/benoitc/Library/Application"] > > Maybe an issue when passing the configuration to Erlang, the path may > not be encoded. I will have a look on that after the breakfast. > > - benoît > > > On Mon, Nov 5, 2012 at 5:56 AM, Barry Wark <[email protected]> wrote: >> On Sun, Nov 4, 2012 at 11:09 PM, Jens Alfke <[email protected]> wrote: >> >>> >>> On Nov 4, 2012, at 7:54 PM, Barry Wark <[email protected]> wrote: >>> >>> > But I'd >>> > like to save every user the ~50MB couchdbx and install the couchdbx-core >>> in >>> > a shared location (e.g. within my app's .app bundle). >>> >>> It sounds like you want to use CouchDB as a data store for a desktop >>> application. You might consider using TouchDB <http://touchdb.org> >>> instead — it’s much smaller and lighter-weight (less than 500k of Obj-C >>> code.) It runs on OS X as well as iOS. >>> >> >> Thanks for the suggestion. I am aware for TouchDB (and have used it on iOS >> before; thanks!). In this case, we actually need some of the differential >> features such as a server, javascript view functions, etc. >> >> Cheers, >> Barry >> >> >> >>> —Jens
