Re: [fossil-users] libfossil + fuse

2014-06-15 Thread Sergei Gavrikov
On Fri, 13 Jun 2014, Richard Hipp wrote: 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: fossil fusefs /tmp/myrepo Then you can access

Re: [fossil-users] libfossil + fuse

2014-06-15 Thread Thomas Schnurrenberger
On 15.06.2014 15:45, Sergei Gavrikov wrote: touch foo;f add foo;f ci -m add foo touch foo-bar;f add foo-bar;f ci -m add foo-bar mkdir bar;touch bar/.stick;f add --dotfiles bar;f ci -m add bar mkdir bar-baz;touch bar-baz/.stick;f add --dotfiles bar-baz; f ci -m add bar-baz Now there are

Re: [fossil-users] libfossil + fuse

2014-06-15 Thread Sergei Gavrikov
On Sun, 15 Jun 2014, Thomas Schnurrenberger wrote: I can reproduce this on lubuntu 14.04 LTS with Fossil compiled from trunk. Thanks. Mine 10.04. More precision test case % for i in a ab abc abcd;do touch $i; f add $i; f ci -m add $i; sleep 1; done % for i in a ab abc abcd;do touch

Re: [fossil-users] libfossil + fuse

2014-06-15 Thread Richard Hipp
On Sun, Jun 15, 2014 at 9:45 AM, Sergei Gavrikov sergei.gavri...@gmail.com wrote: Thanks for nice Fossil FS! I found one strange thing. One my Fossil repository has two directories, rootfs and rootfs-earth. After fossil fuse mount `ls' could not find rootfs directory, Should be fixed now.

Re: [fossil-users] libfossil + fuse

2014-06-15 Thread Sergei Gavrikov
The issue went away. Thanks! Sergei On Sun, 15 Jun 2014, Richard Hipp wrote: On Sun, Jun 15, 2014 at 9:45 AM, Sergei Gavrikov sergei.gavri...@gmail.com wrote: Thanks for nice Fossil FS! I found one strange thing. One my Fossil repository has two directories, rootfs and rootfs-earth. After

Re: [fossil-users] libfossil + fuse

2014-06-14 Thread Stephan Beal
On Sat, Jun 14, 2014 at 5:23 AM, Richard Hipp d...@sqlite.org wrote: 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: :-D

Re: [fossil-users] libfossil + fuse

2014-06-14 Thread Andy Bradford
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

Re: [fossil-users] libfossil + fuse

2014-06-14 Thread Andy Bradford
Thus said Richard Hipp on Sat, 14 Jun 2014 13:14:10 -0400: That is correct behavior. You cannot list the /checkins/ folder. As I discovered after I read the ``fossil help fuse'' document. I'm probably not setting an mtime on the checkins folder either. The both the mount point and the

[fossil-users] libfossil + fuse

2014-04-24 Thread Andy Goth
What I most look forward to in libfossil is the potential to expose a repository, including all its yummy history, into a Unix filesystem. At work I use ClearCase (when forced), and it bothers me a lot. But it does have one feature I use a bunch: mvfs. If I version /main/branch/5 of a file

Re: [fossil-users] libfossil + fuse

2014-04-24 Thread Stephan Beal
On Thu, Apr 24, 2014 at 9:47 PM, Andy Goth andrew.m.g...@gmail.com wrote: I'd like something similar with Fossil, though completion of libfossil is an obvious prerequisite. Putting libfossil and fuse together could be the way to go. Feel free to come help out - as a registered Fossil dev

Re: [fossil-users] libfossil + fuse

2014-04-24 Thread Stephan Beal
On Thu, Apr 24, 2014 at 10:05 PM, Stephan Beal sgb...@googlemail.comwrote: On Thu, Apr 24, 2014 at 9:47 PM, Andy Goth andrew.m.g...@gmail.comwrote: I'd like something similar with Fossil, though completion of libfossil is an obvious prerequisite. Putting libfossil and fuse together could be