Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/27#discussion_r22121802 --- Diff: src/couch_file.erl --- @@ -260,10 +260,19 @@ init_delete_dir(RootDir) -> % note: ensure_dir requires an actual filename companent, which is the % reason for "foo". filelib:ensure_dir(filename:join(Dir,"foo")), --- End diff -- Btw, there is no need to provide magic "foo" word here. Just let Dir trail with slash as directory paths have to be and it will works without magic.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---