On Sat, Jun 14, 2014 at 1:11 PM, Andy Bradford <amb-fos...@bradfords.org>
wrote:

> Thus said Richard Hipp on Fri, 13 Jun 2014 23:23:10 -0400:
>
> > This appears  to be working now  on trunk. Get the  latest code. Rerun
> > "./configure" and recompile  (on a Linux system with  FuseFS support -
> > Ubuntu 13.10 works for me after "apt-get install fuse"). Then:
>
> Nice work!  It almost works on OpenBSD (5.5) too:
>
> $ fossil fuse /tmp/fused
> $ ls /tmp/fused/
> checkins
> $ ls /tmp/fused/checkins/
> ls: /tmp/fused/checkins/: Permission denied
>

That is correct behavior.  You cannot list the /checkins/ folder.



> $ ls -l /tmp/fused
> total 4
> d--x--x--x  2 amb  amb  0 Dec 31  1969 checkins
>

I'm probably not setting an mtime on the checkins folder either.

Try this:

ls /tmp/fused/checkins/trunk



>
> This is the first time I've used fuse for anything, so I'm not sure what
> might be wrong here---it might just  be the OS (fusefs is relatively new
> in  OpenBSD). Does  Fossil have  to explicitly  set the  permissions and
> timestamps on the files and directories?
>
> Andy
> --
> TAI64 timestamp: 40000000539c8282
>
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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