Andy,
The file /home/andy/project/test.fsl does not exist on machine_A. It
probably has a different directory path, depending on where you mounted
the CIFS file system.
If you mount /home/andy from machine B as /cifs on machine A fossil will
still be looking of the repository path as it is on B. Fossil cannot
guess where your repo went.
Ge'
On Fri, 2010-02-12 at 05:41 -0800, Andy wrote:
> 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
--
Gé Weijers <[email protected]>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users