On Mon, Feb 13, 2017 at 01:11:39PM -0800, Joe Mistachkin wrote: > > Martin Gagnon wrote: > > > > $ fossil add a_dir_symlink > > > > Nothing happens... > > > > It was a bit more complex than I thought, made a couple more changes. > > Hopefully, it will work better now.
Same result with [b3fc0a13]. Just to be clear, my working case works fine, it add the symlink as-is in the repo by default if "allow-symlinks" is "on". The problem is for the other case where one want to add the content of the directory pointed by the symlink (when allow-symlinks is off). But if I do: $ fossil add a_dir_symlink/* It add the content. Actually, may be it was intended ? -- Martin G. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

