On 21 August 2015 at 07:33, Martin Gagnon <[email protected]> wrote: > - Links in home page on each of your repos: > - Open nested repository:
I do the nested one a lot (I have a Courses repo with common stuff for all the courses I teach, and a nested repo underneath for each course). The 3rd choice is a symbolic-link. Many of my repos are research based where there are papers to be written, so then have a symlink "ln -s ../TeX ." that points to a common TeX repo. Note that you may have to enable symlinks in your repo, and this may not work well on Windows. ../Dave
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

