On Mon, Feb 13, 2017 at 12:37:10PM -0800, Joe Mistachkin wrote: > > Changes on the "symlinks" branch prevent directory symlinks > from being traversed into if the "allow-symlinks" setting is > enabled or the "--no-dir-symlinks" flag is specified. > > Making this change work correctly also required removing the > forced override of the cached "allow-symlinks" setting from > the "clean" and "extras" command implementations. This will > probably increase the need for thorough testing. >
Hi Joe, thanks for the quick reply. I just tried your new branch and for the case I described before, it works (when I have "allow-symlinks" set to "ON"). However, I tried with "allow-symlinks" set to "off" to see how transversal of directory symlink works and if I do something like this: $ fossil add a_dir_symlink Nothing happens... but if I do this: $ fossil add a_dir_symlink/a_subdir All the content of "a_subdir" get added. Looks like when allow-symlinks is off, if the final target of the "add" command is a symlink, it get ignored. Regards, -- Martin G. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

