My guess:

because you're running as root fossil locks itself in a 'chroot' jail. Try creating a directory 'root' in the directory your repository lives in, and make sure the owner of the repository can write to that directory. Or you can set HOME=/ which sets the home directory to the root of the chroot jail.

Ge'

On Wed, 7 Sep 2011, Jousef Lofstrom wrote:

myself@myhost>ls -ld /root
drwxr-x--- 8 root root 4096 Aug 24 15:40 /root
myself@myhost> mount|grep "bind"|grep "root"
myself@myhost>

... '/root' is not a symlink and not bound (mount bind) to another location,
just a normal directory.

/Jousef



_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to