On 26 Aug 2011, at 21:31, Matt Welland wrote: > I have switched to the new "trunk" and I think it address the issue I had > with symlinks (sent in separate mail). Thanks! > > The empty-dirs works as advertised but I have an enhancement request. If I > specify a multilevel directory and the upper levels do not exist the > directory is silently skipped. Either use the equivalent of mkdir -p or put > out a warning if the required directories failed to be created.
You're right, it should do a recursive creation. I'll make that chance in a day or two. I suspect I didn't implement it because there wasn't a handy 'mkdir -p' in file.c, and I was just experimenting at the time. You should, however, have seen a warning like this: couldn't create directory path/of/dir as required by empty-dirs setting If you didn't see that, it's a bug which needs fixing. Steps to reproduce would be useful. Thanks. Ben _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

