I was assuming (and my limited experience suggested) that the user that starts the server needs to have write access to the repository if commits are to be accepted (even if from syncing a clone). So if I (saul) wanted to commit changes to a repository created by David, I would have to start the server running as David (but I can't do that without his login password), or need to have been granted permissions to the database (which places us back at using group permissions). I suppose I could create a user dedicated to serving Fossil repos, but that is basically the same as creating a 'fossil' group (with additional steps required).
If I am missing out on a better way of handling this, I would be pleased to learn about it. Quoting Michael Barrow <[email protected]>: > Just curious why you would bother sharing the repo's through the filesystem > when the HTTP method is so straightforward. > > On Mon, Aug 23, 2010 at 8:56 AM, > <[email protected]>wrote: > >> Quoting Arjen Markus <[email protected]>: >> >> > Hi, >> > >> > some further information: I am cooperating in this project with Torsten >> > Berg and he was able to handle the repository I was not. He made a few >> > changes, sent it back and ... I can not handle the new one either! >> > >> > I have no idea what is going wrong. Maybe restart the computer and >> > try again? >> >> A while back I was experiencing similar symptoms and the problem was >> with my access permissions to the repository. I have since taken to >> creating a 'fossil' group (I'm on GNU/Linux) and authorizing everyone >> in that group access to the common repositories. >> >> -rw-rw-r-- 1 saul fossil 276480 2010-07-21 01:34 devilspie.fossil >> -rw-rw-r-- 1 saul fossil 2213888 2010-07-25 05:03 fossil.fossil >> -rw-rw-r-- 1 david fossil 55362560 2010-08-23 10:57 oggap.fossil >> -rw-rw-r-- 1 root fossil 104448 2010-08-11 01:47 pkgusr.fossil >> -rw-rw-r-- 1 saul fossil 33495040 2010-08-03 11:54 reva.fossil >> -rw-rw-r-- 1 saul fossil 138240 2010-08-18 10:58 script-fu.fossil >> -rw-rw-r-- 1 saul fossil 787456 2010-07-18 17:18 uwm.fossil _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

