Given the mount command I assume you're working on a Linux system.

Try running the 'fossil' command with strace, e.g.

$ strace -o LOG fossil commit

You can likely find out why things fail by looking for failed system calls near the end of the LOG file.

Ge'

On Fri, 22 Jan 2010, Andy wrote:

I am trying to use fossil within a directory mounted via samba, this is the 
command I used:
mount -t cifs -o uid=andy,gid=ag,username=andy,password=secret //10.0.2.20/prj 
./project

when I try use the gui interface to setup the project name, etc. etc. this is 
the error message I receive: 
----------------------------------------------------------------------
Database Error

disk I/O error
REPLACE INTO config(name,value) VALUES('project-name','myproject')

If you have recently updated your fossil executable, you might need to run "fossil 
all rebuild" to bring the repository schemas
up to date. 

----------------------------------------------------------------------


I found another similar email in this mailing list , I tried to rebuild the 
repository,download the last fossil source code,
remove the ~/.fossil file, but without success,

have you some suggestion for me?

thank you very much.




Send instant messages to your online friends http://uk.messenger.yahoo.com


--
--
Gé Weijers <[email protected]>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to