[fossil-users] Pseudo file locking using a wiki page to transport lock information.

2011-09-24 Thread Matt Welland
Hi All, I started writing a proof of concept for this idea but have a time crunch and won't be working on it again for a few weeks so I'm putting it out here in case it sparks interest/debate. Definition of "binary": File for which no automatic merging is viable. Motive: concurrent editing of bi

Re: [fossil-users] Pseudo file locking using a wiki page to transport lock information.

2011-09-24 Thread Matt Welland
One qualification to what I wrote below. The "setuid wrapper" and "special user id" is to address other requirements unique to my situation (access control to branches) and is not relevant to the locking idea. Please disregard it. Thanks. On Sat, Sep 24, 2011 at 8:41 AM, Matt Welland wrote: > Hi

[fossil-users] Importing a single file from GIT

2011-09-24 Thread David Bovill
I've a large GIT repository, that I'd like to break up into a number of smaller Fossil repositories. Does anyone know the git related syntax to export the history of single file (or even subfolder) and pipe that into a new fossil repo? ___ fossil-users ma

Re: [fossil-users] Importing a single file from GIT

2011-09-24 Thread Konstantin Khomoutov
On Sat, Sep 24, 2011 at 09:51:13PM +0100, David Bovill wrote: > I've a large GIT repository, that I'd like to break up into a number of > smaller Fossil repositories. Does anyone know the git related syntax to > export the history of single file (or even subfolder) and pipe that into a > new fossi