Benoit Chesneau <[email protected]> writes: > 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.
I fixed this issue a few times in the past, though I'm not sure the current state. I'll see if I can isolate the individual changes that helped. I believe it was mostly these three changes (in "git am" format): http://pastebin.com/HqdvhLm0 http://pastebin.com/09zGsYsK http://pastebin.com/sDaYKcYm -- dustin
