On 8/23/17, j. van den hoff <[email protected]> wrote: > On Wed, 23 Aug 2017 19:54:52 +0200, Richard Hipp <[email protected]> wrote: > >>> unable to create directory /var >> >> What happens when you try running this command on the latest trunk >> check-in? > > works again. no more hiccups. problem solved it seems. thanks a lot for > looking into this. >
The problem is not yet completely solved. It happened to fix your case because the symbolic link is toward the beginning of the pathname and the code now only checks the beginning of the path if the whole path does not yet exist. Removing support for --no-dir-symlinks will fix the problem. But I need to wait for feedback before backing out that feature. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

