On Mon, Aug 22, 2005 at 03:33:12PM +0000, [EMAIL PROTECTED] wrote: > Hello, > > I'm trying to use darcs over the Linux Userland File System to push to > a darcs repository on my web hosting service via ssh. I use the most > recent (0.9.7) version of lufs and darcs 1.0.3. I can cd around on the > remote filesystem and create and delete files. So it looks > promising. However... > > [EMAIL PROTECTED] darcs]$ pwd > /mnt/xxx/var/www/htdocs/soundobjectlogic/public/darcs > > [EMAIL PROTECTED] darcs]$ mount > [...] > sshfs on /mnt/xxx type lufs > (owner=504,rw,noexec,nosuid,nodev,user,fs=sshfs,host=xxxxxxxxxxxx.xxxxxxx.xxx,username=xxxxxxxxxxxxxxxx,server_socket=/tmp/lufsd1552251187,server_pid=14304) > > [EMAIL PROTECTED] darcs]$ darcs get /usr/share/darcs/t3 # > file not opened! ... > Anybody tried this before, or has an idea for a solution? TIA...
My first guess would be that lufs doesn't support POSIX filesystem semantics... i.e. you ought to be able to delete an open file and continue reading from it. You could try recompiling darcs with --disable-mmap and see if that helps. -- David Roundy http://www.darcs.net _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
