On 2/21/18, Stephan Beal <[email protected]> wrote: > > i'm not sure, off-hand, whether symlinks (or hard links) are a problem > via-a-vis sqlite or 'fossil rebuild', but either symlinks or hard links > might be another option, simply aliasing the .fsl files.
Links to an SQLite database are a problem. See https://www.sqlite.org/howtocorrupt.html#_multiple_links_to_the_same_file Symbolic links should be working now, but I personally still get squeamish when I see links to database files. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

