Re: [fossil-users] strange `fossil diff ' behaviour

2013-08-22 Thread j. van den hoff
On Thu, 22 Aug 2013 00:55:56 +0200, Matt Welland estifo...@gmail.com wrote: On Wed, Aug 21, 2013 at 2:29 PM, j. van den hoff veedeeh...@googlemail.comwrote: On Wed, 21 Aug 2013 23:19:46 +0200, Stephan Beal sgb...@googlemail.com wrote: On Wed, Aug 21, 2013 at 11:07 PM, Mark Janssen

Re: [fossil-users] Bikeshedding opportunity: back to the topic of libfossil's name

2013-08-22 Thread Stephan Beal
On Thu, Aug 22, 2013 at 4:34 AM, Chad Perrin c...@apotheon.net wrote: http://chiselapp.com/user/cutterpillow/repository/fossil-iOS/ There's a libfossil.cpp in the src directory of the source tree (requires anonymous login to view, naturally). i'm not worried about collisions of

Re: [fossil-users] Fingerprinting a fossil repository

2013-08-22 Thread Stephan Beal
On Thu, Aug 22, 2013 at 5:41 AM, Ron Aaron r...@ronware.org wrote: So I tried to find a way to discern whether or not a repo was *really* different, and I hit upon the following. I think it would be nice if there were an easier way. Have you tried rsync? rsync -qza -e ssh *.fsl

Re: [fossil-users] Fingerprinting a fossil repository

2013-08-22 Thread Joerg Sonnenberger
On Thu, Aug 22, 2013 at 06:41:58AM +0300, Ron Aaron wrote: So I tried to find a way to discern whether or not a repo was *really* different, and I hit upon the following. I think it would be nice if there were an easier way. echo 'select uuid from blob order by blob' | fossil sqlite | fossil

Re: [fossil-users] Fingerprinting a fossil repository

2013-08-22 Thread Ron Aaron
Em, rsync doesn't help. Firstly, because I'm doing my backup on an encrypted version of the entire fossil repo (not the individual files), which changes in its entirety if after a 'fossil upd'. Secondly, because I'm putting the files 'on the cloud', and rsync can't help me there. On 08/22/2013

Re: [fossil-users] Fingerprinting a fossil repository

2013-08-22 Thread Stephan Beal
On Thu, Aug 22, 2013 at 5:07 PM, Ron Aaron r...@ronware.org wrote: Em, rsync doesn't help. ...Secondly, because I'm putting the files 'on the cloud', and rsync can't help me there. Ah, of course. i suspect that Joerg's suggestion (or some derivative) is probably the easiest. -- -

Re: [fossil-users] Fingerprinting a fossil repository

2013-08-22 Thread Ron Aaron
That is a nice start. Unfortunately, it doesn't catch config changes. Adding 'select mtime from config order by mtime;' helps, but it's too sensitive (the update time is there, as are a few other things which would change without the repo itself changing). Food for thought, though. On

Re: [fossil-users] Fingerprinting a fossil repository

2013-08-22 Thread Ron Aaron
Yeah, something on that order. I need to refine it (but what I have does work, it's just clunky). Still would be nice to simply be able to say fossil fingerprint... On 08/22/2013 06:26 PM, Stephan Beal wrote: On Thu, Aug 22, 2013 at 5:19 PM, Ron Aaron r...@ronware.org mailto:r...@ronware.org

Re: [fossil-users] Bikeshedding opportunity: back to the topic of libfossil's name

2013-08-22 Thread Stephan Beal
On Thu, Aug 22, 2013 at 7:30 PM, Chad Perrin c...@apotheon.net wrote: I'd like to be kept abreast of how you accomplish that in an automated manner. I too would like to do that with some projects of mine, but it's low enough on the priority list for my own stuff right now that I won't get

Re: [fossil-users] Bikeshedding opportunity: back to the topic of libfossil's name

2013-08-22 Thread Chad Perrin
On Thu, Aug 22, 2013 at 08:46:43PM +0200, Stephan Beal wrote: On Thu, Aug 22, 2013 at 7:30 PM, Chad Perrin c...@apotheon.net wrote: An acquaintance and I might be able to contribute to it in the meantime. We're interested in a C API for Fossil being available for production use some

Re: [fossil-users] Bikeshedding opportunity: back to the topic of libfossil's name

2013-08-22 Thread Themba Fletcher
On Thu, Aug 22, 2013 at 10:30 AM, Chad Perrin c...@apotheon.net wrote: On Thu, Aug 22, 2013 at 10:45:08AM +0200, Stephan Beal wrote: On Thu, Aug 22, 2013 at 4:34 AM, Chad Perrin c...@apotheon.net wrote: mirror should be set up on GitHub to boost its search engine ranking a little bit

Re: [fossil-users] Bikeshedding opportunity: back to the topic of libfossil's name

2013-08-22 Thread Andreas Kupries
Mirroring of fossil to git ? I use http://core.tcl.tk/akupries/fossil2git/index On Thu, Aug 22, 2013 at 12:43 PM, Themba Fletcher themba.fletc...@gmail.com wrote: On Thu, Aug 22, 2013 at 10:30 AM, Chad Perrin c...@apotheon.net wrote: On Thu, Aug 22, 2013 at 10:45:08AM +0200, Stephan Beal

Re: [fossil-users] Bikeshedding opportunity: back to the topic of libfossil's name

2013-08-22 Thread Stephan Beal
On Thu, Aug 22, 2013 at 9:50 PM, Andreas Kupries andre...@activestate.comwrote: Mirroring of fossil to git ? I use http://core.tcl.tk/akupries/fossil2git/index @Chad: Andreas wins :) i'll take a look at that when i'm feel snarky enough to export code from Fossil into the belly of my

Re: [fossil-users] Bikeshedding opportunity: back to the topic of libfossil's name

2013-08-22 Thread Andreas Kupries
On Thu, Aug 22, 2013 at 1:13 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Aug 22, 2013 at 9:50 PM, Andreas Kupries andre...@activestate.com wrote: Mirroring of fossil to git ? I use http://core.tcl.tk/akupries/fossil2git/index @Chad: Andreas wins :) There was a competition