Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-24 Thread j. van den hoff
just for the record, I believe I encountered something similar: I have a very simple setup: a remote (cgi-served) repo (acting essentially only as a backup but publicly accessible) and _one_ local clone where only _one_ user (me) does checkins (the owner of the remote server _could_

Re: [fossil-users] Copy User Category Configuration

2014-04-24 Thread Stephan Beal
On Thu, Apr 24, 2014 at 6:07 AM, Ron Wilson ronw.m...@gmail.com wrote: The original repository: pw 'c0644e265cbb14d2c97921e7485293ff00abaa77' The imported configuration repository: pw 'a7592474d2116164ebfe0f6513c1824cd6e8511c' Even though the password is the same. I guess different repository

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-24 Thread Stephan Beal
On Thu, Apr 24, 2014 at 10:36 AM, j. van den hoff veedeeh...@googlemail.com wrote: maybe this additional observation helps to get this missing commit phenomenon sorted out -- it really is a bit scary even if nothing really bad is happening to the repo content. It is indeed, but until we can

Re: [fossil-users] Tracking System Configuration Files - Best Practices

2014-04-24 Thread Chad Perrin
On Thu, Apr 24, 2014 at 12:23:29AM -0400, Ron Wilson wrote: On Wed, Apr 23, 2014 at 9:38 AM, Will Parsons varro@nodomain.invalidwrote: This kind of stuff isn't a project, and you don't need the extra stuff that Fossil (or Git, Mercurial, Bazaar, Subversion, or CVS) provide. I've tracked

[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

[fossil-users] FossilFS. Was: libfossil + fuse

2014-04-24 Thread Richard Hipp
On Thu, Apr 24, 2014 at 3:47 PM, Andy Goth andrew.m.g...@gmail.com wrote: What I most look forward to in libfossil is the potential to expose a repository, including all its yummy history, into a Unix filesystem. I don't think you need libfossil to do this. Looking at the hello world example

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

Re: [fossil-users] FossilFS. Was: libfossil + fuse

2014-04-24 Thread Matt Welland
+1 (and I'm bumming I only get a 1 for my +) This would be a really sweet addition to fossil. Consider caching under /var/tmp or something so that performance is decent. I'm not sure you'd be able to deliver a precompiled binary with dependencies on fuse but being able to compile in this

Re: [fossil-users] FossilFS. Was: libfossil + fuse

2014-04-24 Thread Andy Goth
On 4/24/2014 5:04 PM, Matt Welland wrote: I'm not sure you'd be able to deliver a precompiled binary with dependencies on fuse Then call it through pointers obtained from dlopen() and dlsym(). Now have fun making that portable. :^) -- Andy Goth | andrew.m.goth/at/gmail/dot/com