hi Ge', I have understood what is the problem: fossil store the full path of the repository, so when I mount from machine_A a directory from machine_B fossil fount a different path.
-------------------------------------------- machine a: /home/andy/project/test.fsl machine b: /home/andy/project/mystuff/test.fsl -------------------------------------------- I don't understand why fossil store a full path of the repository. For example, if I create a repository and I try to access to it from a symbolic link, the "fossil status" return the original path and not the new path. easy example from the same machine: ----------------------------------------------- /home/andy/project$ fossil status repository: /home/andy/project/test.fsl local-root: /home/andy/project etc etc I create a symbolic link: /home/andy/project$ ln -s /home/andy/project /home/andy/newpath /home/andy/project$ cd /home/andy/newpath /home/andy/newpath$ fossil status repository: /home/andy/project/test.fsl local-root: /home/andy/project etc etc fossil status show the same repository path, what do you think? thanks Andy. Send instant messages to your online friends http://uk.messenger.yahoo.com
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

