Hi Ge, thanks for your replay.
I executed "fossil status" with strace, this is the result.
I have a machine_A who mount my home directory in a second machine_B
This what I have when I run "fossil status" with a directory (project) mounted
with a cifs filesystem.
We can call this machine, machine_A
-------------------------------
access("/home/andy/project/test.fsl", R_OK) = -1 ENOENT (No such file or
directory)
access("/home/andy/project/test.fsl", F_OK) = -1 ENOENT (No such file or
directory)
write(2, "fossil: repository does not exis"..., 127) = 127
exit_group(1) = ?
---------------------------------------------
this is the result I have running the same command with another machine,
machine_B
------------------------------------------------
access("/home/andy/project/test.fsl", R_OK) = 0
stat64("/home/andy/project/test.fsl",{st_mode=S_IFREG|0644, st_size=641024,
...}) = 0
stat64("/home/andy/project/test.fsl",{st_mode=S_IFREG|0644, st_size=641024,
....}) = 0
open("/home/andy/project/test.fsl", O_RDWR|O_CREAT|O_LARGEFILE, 0644) = 5
fcntl64(5, F_GETFD) = 0
regards, 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