Re: [fossil-users] libfossil minor milestone: tag app

2013-08-14 Thread Stephan Beal
On Wed, Aug 14, 2013 at 1:27 PM, Gilles gilles.gana...@free.fr wrote: On Sun, 11 Aug 2013 23:44:10 +0200, Stephan Beal sgb...@googlemail.com wrote: Another status update for what is still tentatively known as libfossil... What is libfossil? Fossil.exe turned into a library so it can be used

[fossil-users] two files showing up where one is expected

2013-09-20 Thread Stephan Beal
(back on-list) On Fri, Sep 20, 2013 at 5:22 PM, Matt Welland estifo...@gmail.com wrote: Please look at the chicken-egg/libfossil-api.h file in the repo. I'm seeing something strange. It doesn't let me view that file. http://www.kiatoa.com/cgi-bin/fossils/libfossil/artifact

Re: [fossil-users] libfossil minor milestone: tag app

2013-08-14 Thread Gilles
On Sun, 11 Aug 2013 23:44:10 +0200, Stephan Beal sgb...@googlemail.com wrote: Another status update for what is still tentatively known as libfossil... What is libfossil? Fossil.exe turned into a library so it can be used from another application like SQLite

Re: [fossil-users] Automating fossil source builds?

2014-03-23 Thread Stephan Beal
On Sun, Mar 23, 2014 at 8:21 AM, Baruch Burstein bmburst...@gmail.comwrote: Replace the uuid with the tag, e.g.: http://www.fossil-scm.org/fossil/tarball/Fossil_1.28.tar.gz?uuid=version-1.28 You might also be interested in the libfossil CLI tools, one of which can generate ZIP files

[fossil-users] Status of libfossil?

2017-03-12 Thread Clifford Yapp
I know the libfossil project has been on hold, but I was curious if anyone can offer some insights on a) what work is still "left to do" on libfossil to make it a ready-to-use product, and b) whether there is a lot of work to do to update it based on the new 2.x releases?

Re: [fossil-users] libfossil minor milestone: tag app

2013-08-16 Thread Gilles
On Wed, 14 Aug 2013 18:40:55 +0200, Stephan Beal sgb...@googlemail.com wrote: libfossil is the tentative name for (as you correctly guessed) an experimental library API for fossil. It's still a long way from being fully functional but some features already work: http://fossil.wanderinghorse.net

Re: [fossil-users] Question on repo size after repeated binary file commits?

2013-12-22 Thread Stephan Beal
:~/cvs/fossil/libfossil]$ cat f-tag foo; echo -n x foo; cat f-wiki foo [stephan@host:~/cvs/fossil/libfossil]$ cat f-tag bar; echo -n y bar; cat f-wiki bar [stephan@host:~/cvs/fossil/libfossil]$ l foo bar -rw-rw-r-- 1 stephan users 1281922 Dec 22 20:48 bar -rw-rw-r-- 1 stephan users 1281922

Re: [fossil-users] minor libfossil milestone: TH1-style web page

2014-05-10 Thread Stephan Beal
On Fri, May 9, 2014 at 10:16 PM, Stephan Beal sgb...@googlemail.com wrote: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/tmplish?showSrc=1 is basically the basis of such a functionality. This one combines templates with server-side widgets: http

[fossil-users] milestone: libfossil CGI demo

2014-02-15 Thread Stephan Beal
Hi, all! This is a tiny step, but an important one: using libfossil to serve data over CGI (not that libfossil knows anything at all about CGI): http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi it's not much, but the contents of the JSON data show us some info pulled from

Re: [fossil-users] Status of libfossil?

2017-03-12 Thread Stephan Beal
On Sun, Mar 12, 2017 at 5:21 PM, Clifford Yapp <cliffy...@gmail.com> wrote: > I know the libfossil project has been on hold, but I was curious if > anyone can offer some insights on a) what work is still "left to do" > on libfossil to make it a ready-to-us

Re: [fossil-users] Question on repo size after repeated binary file commits?

2013-12-22 Thread sky5walk
binaries with a one-byte difference: [stephan@host:~/cvs/fossil/libfossil]$ cat f-tag foo; echo -n x foo; cat f-wiki foo [stephan@host:~/cvs/fossil/libfossil]$ cat f-tag bar; echo -n y bar; cat f-wiki bar [stephan@host:~/cvs/fossil/libfossil]$ l foo bar -rw-rw-r-- 1 stephan users

Re: [fossil-users] libfossil minor milestone: tag app

2013-08-12 Thread Baruch Burstein
On Mon, Aug 12, 2013 at 12:44 AM, Stephan Beal sgb...@googlemail.comwrote: Hi, all, Another status update for what is still tentatively known as libfossil... I have a small question about libfossil - is the http server considered part of the lib, or part of the app? If the app, are wiki

[fossil-users] libfossil milestone: creating new repos

2013-08-28 Thread Stephan Beal
Hi, all! libfossil can now create new repos: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/event/a39d7e1910bfbe61949c708a99d7b31f21358075 Here's an overview of currently working bits: - boatloads of infrastructure for storing/fetching data and opening repos/checkouts. - tagging

[fossil-users] libfossil runs on Cygwin

2014-02-28 Thread Stephan Beal
Hi, all, Thanks to the efforts and patience of Jans Nijtmans, libfossil now builds warning-free and all of its unit tests now run (and pass!) on Cygwin64: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/timeline?c=2014-02-28+14:00:46 My many thanks to Jan! -- - stephan beal

Re: [fossil-users] Using fossil with Bitbake and the Yocto project

2014-07-01 Thread Ron Wilson
On Tue, Jul 1, 2014 at 5:00 PM, Ross Berteig r...@cheshireeng.com wrote: And I suspect that someday libfossil will provide the needed bits for that plugin. Just not today. :-) My point was not whether Fossil (as Fossil or as libfossil) provided the needed bits, but that writing a plug

[fossil-users] libfossil minor milestone: Windows

2014-10-02 Thread Stephan Beal
Hi, all, Thanks to the perseverance of the developer publicly known as dave (i have only seen his full name in off-list mails, so won't reveal it here), libfossil now builds on MSVC6 and higher. His commit message says it all: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/info

Re: [fossil-users] Why no EXE+DLL like SQLite?

2018-08-07 Thread Gilles
On 07/08/2018 20:12, Stephan Beal wrote: That time frame is familiar to me, so i had to check... a couple timeline entries mention his use of libfossil, and late 2014 was when chronic RSI knocked me out of my hobby projects (which included libfossil). Too bad no one read, willing and able

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

2013-08-21 Thread Chad Perrin
On Wed, Aug 21, 2013 at 07:45:53PM +0200, Stephan Beal wrote: On Wed, Aug 21, 2013 at 7:43 PM, Mark Janssen mpc.jans...@gmail.com wrote: +1 for libfossil. I hate it when libraries have smart names requiring me to google for the package name to install. BTW (should have noted this earlier

[fossil-users] libfossil milestone: diff generation

2013-09-01 Thread Stephan Beal
Hi, all, We've reached another milestone in libfossil: diff generation (context- and sbs-diffs) is in place. Here's an example: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/event/ca692afb86f542136a606738ef919e234f474b4a The only functional difference between this support

Re: [fossil-users] milestone: libfossil CGI demo

2014-02-16 Thread Stephan Beal
On Sat, Feb 15, 2014 at 11:17 PM, Stephan Beal sgb...@googlemail.comwrote: The majority of the implementation is demonstrated in this script: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/finfo?name=th1ish/cgi-init.th1ish Here's a more interesting example: http

[fossil-users] libfossil minor milestone: sbs diffs in CGI demo

2014-03-02 Thread Stephan Beal
Hi, all, another minor milestone reached today in libfossil: diffs in the manifest browser demo: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/manifest @Jan: no, i didn't get around to doing update - it was more work than i was up for this weekend. But pretty diffs

Re: [fossil-users] libfossil milestone: first checkin

2014-03-10 Thread Ron Wilson
Congrats. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] libfossil Qt GUI mini-preview

2014-03-28 Thread Stephan Beal
Hi, all, i'm not much of a GUI coder, but i've had some experience with Qt over the years, so i have started throwing together a Qt-based demo of libfossil based on the amalgamation build of the libfossil++ C++ wrapper. Here's a screenshot: http://fossil.wanderinghorse.net/tmp/libfossil-qt

Re: [fossil-users] minor libfossil milestone: TH1-style web page

2014-05-09 Thread Stephan Beal
On Fri, May 9, 2014 at 9:05 PM, Stephan Beal sgb...@googlemail.com wrote: i'm working on integrating a demo of this into the libfossil CGI bits now. http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/tmplish Once that's done, it'll be a straightforward matter to add custom

[fossil-users] API docs for libfossil prototype are online

2013-07-31 Thread Stephan Beal
Hi, all, FYI: i've posted the API docs for the libfossil prototype code here: http://fossil.wanderinghorse.net/repos/f2/doxygen/ Feedback is always welcomed. i'll try to get those regenerated when there are significant code changes. To build them locally: # cd doc # make doc (requires

Re: [fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Joel Bruick
Richard Hipp wrote: The tree-view (http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tiptype=tree http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tiptype=tree) doesn't look quite right. That skin sets top and bottom margins on all LI elements, which

Re: [fossil-users] libfossil script binding docs

2014-02-24 Thread Chad Perrin
On Tue, Feb 18, 2014 at 08:55:51PM +0100, Stephan Beal wrote: Hi, all, FYI: the experimental libfossil script bindings have grown somewhat larger than originally anticipated, and i've started documenting them in a public Google Doc: Is there some reason this kind of thing shouldn't

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

2013-08-21 Thread B Harder
Agreed. Hyphens in libnames don't look pleasing to my eye (fwiw), libfossilscm (cc ... -lfossilscm ...) might be next best to disambiguate from potential collision w/ another libfossil, though it too is pretty ugly looking. Brief search yields https://github.com/paulfitz/libfossil as second hit

Re: [fossil-users] libfossil Qt GUI mini-preview

2014-03-28 Thread Jeff Shipley
On Fri, Mar 28, 2014, at 04:12 PM, Stephan Beal wrote: Hi, all, i'm not much of a GUI coder, but i've had some experience with Qt over the years, so i have started throwing together a Qt-based demo of libfossil based on the amalgamation build of the libfossil++ C++ wrapper. Here's

Re: [fossil-users] libfossil www interface: looking for ideas

2014-02-17 Thread Stephan Beal
On Mon, Feb 17, 2014 at 10:59 PM, David Given d...@cowlark.com wrote: This sounds very much as if what you're actually looking for is a web servlet engine with libfossil bindings, rather than anything that's actually specific to Fossil. Almost, except that i have no grand delusions about

Re: [fossil-users] Fossil Web Interface - Separation of HTML from Code

2014-05-21 Thread Stephan Beal
of the reasons libfossil was started was to resolve exactly that limitation, and libfossil has several demos in place where all of the display code/logic is 100% separated from the core library: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/ In fact, in those, demos

Re: [fossil-users] A fossil library

2018-06-19 Thread Sam Putman
;>>> the old hash code is sitting where it needs to. >>>> >>>> Does this amount to following the style of that file for another >>>> similar file in fossil(1)? >>>> >>> >>> i'm not clear what you mean :|. >>> >>> >

Re: [fossil-users] looking for GUI app developer for libfossil

2013-09-18 Thread Mark Janssen
I wouldn't call myself a UI designer by any means, but it would be interesting to try to put something together with libfossil on Android (I do have quite some experience in Android developement). Time permitting, I will have a look at building libfossil on Android (which should be easy as fossil

[fossil-users] libfossil update

2014-02-14 Thread Stephan Beal
Hi, all, Here's a random status update on libfossil, for those interested... - We recently got APIs in place to implement features similar to fossil's add/remove/status commands, and i have been using those replacements daily in my repos for at least week with no problems. - The lib can now

Re: [fossil-users] Is it possible to see timeline for given branch (or eventag)?

2014-03-27 Thread Stephan Beal
a solution for you... [stephan@host:~/cvs/fossil/libfossil]$ f-timeline -b nbsd checkin [6c59afb0054c] @ 2013-07-25 19:16:17 by [bch] branch [nbsd] move source code to ./src dir checkin [339e0c0de731] @ 2013-07-25 19:12:32 by [bch] branch [nbsd] (Net)BSD adjustments [stephan@host:~/cvs/fossil

Re: [fossil-users] Using fossil with Bitbake and the Yocto project

2014-07-02 Thread Stephan Beal
On Wed, Jul 2, 2014 at 1:19 AM, Ron Wilson ronw.m...@gmail.com wrote: As for Fossil providing the needed bits to write a plug-in to any given tool, it is possible to write a plug-in that uses the command line Fossil. Or, for that matter, a hybrid that uses libfossil for information and fossil

Re: [fossil-users] Fossil wiki parsing code

2014-12-01 Thread James Turner
(oh, come on, most of you knew this was coming ;)... Depending on the features you need, you might want to consider libfossil, which was designed with scripting in mind and contains two proof-of-concept script bindings for my own pet languages: http://fossil.wanderinghorse.net/r/libfossil

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

2013-08-21 Thread Chad Perrin
On Wed, Aug 21, 2013 at 06:03:50PM -0700, B Harder wrote: Agreed. Hyphens in libnames don't look pleasing to my eye (fwiw), libfossilscm (cc ... -lfossilscm ...) might be next best to disambiguate from potential collision w/ another libfossil, though it too is pretty ugly looking. Brief

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 10:45 AM, Stephan Beal sgb...@googlemail.comwrote: On Thu, Aug 22, 2013 at 4:34 AM, Chad Perrin c...@apotheon.net wrote: I'd say the name should just be set in stone as libfossil now, and a i tend to agree. But then we'll have to find another bikeshedding topic

Re: [fossil-users] survey: your top 5 most-used fossil CLI commands?

2013-09-03 Thread Stephan Beal
not fatally exit, as most errors do). stephan@tiny:~/cvs/fossil/libfossil$ f usage SQLITE_ERROR: no such table: cmd_usage No command usage history has been collected for this checkout. stephan@tiny:~/cvs/fossil/libfossil$ f usage Count Command 1 usage ... stephan@tiny:~/cvs/fossil/libfossil$ f usage

[fossil-users] looking for GUI app developer for libfossil

2013-09-17 Thread Stephan Beal
Hi, all, It's been years since i've done any GUI programming (and then only in Qt and a small bit of WinCE) and i'm looking for an adventurous GUI hacker to create some form of prototype Fossil GUI app (i've got a couple of ideas if there's a volunteer), primarily as a demonstration of libfossil

Re: [fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Stephan Beal
On Tue, Feb 11, 2014 at 5:08 PM, Joel Bruick j...@joelface.com wrote: Richard Hipp wrote: The tree-view (http://fossil.wanderinghorse. net/repos/libfossil/index.cgi/dir?ci=tiptype=tree http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/ dir?ci=tiptype=tree) doesn't look quite right

Re: [fossil-users] milestone: libfossil CGI demo

2014-02-17 Thread Stephan Beal
On Sun, Feb 16, 2014 at 4:38 PM, Stephan Beal sgb...@googlemail.com wrote: Here's a more interesting example: Even more so, a (very!) simple manifest browser: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/manifest?version=trunkbaseline=1 http://libfossil.local/th1ish.cgi

Re: [fossil-users] co-developers for libfossil C++ wrapper?

2014-03-20 Thread Stephan Beal
here: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/finfo?name=cpp/test.cpp Feedback on the shape of the API is always welcomed, in particular at this early stage of development. The header file is here: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/finfo?name=include

Re: [fossil-users] libfossil Qt GUI mini-preview

2014-03-29 Thread Abilio Marques
of it, but let's say I get the time... which way should I go? using the old fashioned spawn a fossil executable with the command, or use libfossil instead? ... Is the plan to keep both developments in parallel, with libfossil following Fossil updates? Does it use a big part of the original Fossil code

Re: [fossil-users] New TIMELINE with FILENAME option (WAS:FINFOsuggestion)

2014-10-19 Thread Stephan Beal
nothing in the tag spec prohibiting such tags. e.g. here are tags starting with ./ and /: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/info/70feee81d9177f2b5267b63f9a0578103366a625 http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/info/7c90c430e812682e444c903e01beec5b8ddc93bb

Re: [fossil-users] SQL for getting the tips of a list of branches

2014-11-03 Thread Stephan Beal
On Mon, Nov 3, 2014 at 8:41 PM, Stephan Beal sgb...@googlemail.com wrote: while hacking on libfossil this evening i stumbled across a file i had stashed away and subsequently forgotten: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/artifact

Re: [fossil-users] Any other language bindings to Fossil?

2014-11-06 Thread Joe Prostko
On Thu, Nov 6, 2014 at 4:10 PM, Ron W ronw.m...@gmail.com wrote: You should not need to port s2 to Python, rather reference the s2 bindings to libfossil as an example. Yeah, that is why I put `port` in quotes in my last response. I probably should have just stated what I actually meant instead

[fossil-users] libfossil minor milestone: transactionable versioned settings

2014-11-15 Thread Stephan Beal
Hi, all! libfossil has reached another minor milestone: a couple weeks ago Dave implemented two sqlite virtual tables to provide access to the various fossil-defined config settings, including versioned settings. Since then he has added transactions support, such that changes to versioned

Re: [fossil-users] Action-based automation and scripting

2017-08-11 Thread Stephan Beal
On Fri, Aug 11, 2017 at 10:27 PM, Warren Young <war...@etr-usa.com> wrote: > 3. libfossil: > > http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/wiki/home > > Beware that it no longer works with Fossil 2.x repositories that use > non-SHA-1 hashes. That’d the

Re: [fossil-users] Windows GUI that allows diff between two, revisions?

2018-02-15 Thread Stephan Beal
ere RSI has left me on medical leave for most of the past 3 years (with no end in sight), which has effectively removed me from the programming scene. While libfossil was quite far along (aside from networking support, it had, at the library level, essentially all of the required features)), the SH

[fossil-users] libfossil minor milestone: diff app

2014-04-01 Thread Stephan Beal
Hi, all, another minor milestone has been reached in the long and glorious libfossil effort: a CLI app which can generate diffs of arbitrary versions: [stephan@host:~/cvs/fossil/libfossil/f-apps]$ ./f-vdiff prev current DIFF: a4835dda == afaa2806 f-apps/f-adiff.c @@ -105,7 +105,7

[fossil-users] libfossil minor milestone: deltas

2013-08-01 Thread Stephan Beal
Hi, all, As of today it's possible to create and apply deltas using libfossil. Here's a demo script: http://fossil.wanderinghorse.net/repos/f2/index.cgi/finfo?name=th1ish/test-003.th1ish Note that that's just raw deltas in memory buffers, not the storing of them in the db (but it's a critical

Re: [fossil-users] two files showing up where one is expected

2013-09-20 Thread Stephan Beal
On Fri, Sep 20, 2013 at 5:59 PM, Stephan Beal sgb...@googlemail.com wrote: http://www.kiatoa.com/cgi-bin/fossils/libfossil/artifact/da39a3ee5e6b4b0d3255bfef95601890afd80709 That is most definitely a bug. And a weird one. Richard will want to see that. Here's that same artifact in the main

Re: [fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Richard Hipp
://fossil.wanderinghorse.net/repos/libfossil/ The tree-view ( http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tiptype=tree) doesn't look quite right. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users

Re: [fossil-users] milestone: libfossil CGI demo

2014-02-17 Thread Stephan Beal
On Mon, Feb 17, 2014 at 11:10 PM, Stephan Beal sgb...@googlemail.comwrote: http://libfossil.local/th1ish.cgi/manifest?version=1 That obviously should have been: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/manifest?version=1 -- - stephan beal http

[fossil-users] libfossil script binding docs

2014-02-18 Thread Stephan Beal
Hi, all, FYI: the experimental libfossil script bindings have grown somewhat larger than originally anticipated, and i've started documenting them in a public Google Doc: https://docs.google.com/document/d/1YsVMBNJfuZC7tIxqhNgK21O7dQyV0mnsfQRn0GMpU5I/view (A few of you have been given write

[fossil-users] new CGI demo

2014-02-19 Thread Stephan Beal
Hi, all, the libfossil CGI demos are growing, and the Manifest Browser now has a very basic history-browsing mechanism: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/manifest and follow the links. The CGI docs are here: https://docs.google.com/document/d

Re: [fossil-users] Any other language bindings to Fossil?

2014-11-07 Thread Stephan Beal
On Thu, Nov 6, 2014 at 10:10 PM, Ron W ronw.m...@gmail.com wrote: You should not need to port s2 to Python, rather reference the s2 bindings to libfossil as an example. Indeed, don't try to port it - shape the API how you want it, using s2 as a guideline for how to use the libfossil APIs

Re: [fossil-users] Any other language bindings to Fossil?

2014-11-07 Thread Joe Prostko
On Fri, Nov 7, 2014 at 3:27 AM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Nov 6, 2014 at 10:10 PM, Ron W ronw.m...@gmail.com wrote: You should not need to port s2 to Python, rather reference the s2 bindings to libfossil as an example. Indeed, don't try to port it - shape the API how

Re: [fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-03-30 Thread Vikrant Chaudhary
in Ember.js, while server runs a Ruby on Rails application which acts as a JSON endpoint. Access to Fossil database is provided by Stephan's excellent libfossil library. I'd also like to emphasise that this a very early announcement. The project is far from even a beta stage. With this email, my

[fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-03-30 Thread Vikrant Chaudhary
libfossil library. I'd also like to emphasise that this a very early announcement. The project is far from even a beta stage. With this email, my sole intention is to make Fossil community aware of the project. Lagerstatte is a work-in-progress and may do anything it likes up to and including eating your

Re: [fossil-users] A fossil library

2018-06-16 Thread Stephan Beal
On Sat, Jun 16, 2018 at 12:07 PM Stephan Beal wrote: > libfossil had essentially all of the core-most functionality > running (documented, too) > http://fossil.wanderinghorse.net/repos/libfossil/doxygen/ Ah, those were the days... (i actually _miss_ documenting software.) --

Re: [fossil-users] A fossil library

2018-06-19 Thread Stephan Beal
amount to following the style of that file for another similar >>> file in fossil(1)? >>> >> >> i'm not clear what you mean :|. >> >> > I'm sure that could have been more clear. > > Did some poking around between fossil and libfossil, it looks l

Re: [fossil-users] Windows GUI that allows diff between two, revisions?

2018-02-15 Thread Kees Nuyt
rg/xfer/doc/trunk/www/build.wiki This will be hard to achieve, because fossil does not clean up memory after every action but rather relies on clean-up by the OS after exit. Stephan Beal started project libfossil : http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/wiki/home , but he

[fossil-users] Semi-annual drumming-up-of-support for libfossil

2016-01-12 Thread Stephan Beal
Hi, all! As many of you know, in the summer of 2013 (904 days ago, to be exact) i started work on "libfossil": http://fossil.wanderinghorse.net/r/libfossil While i have been partially disabled for just over a year by an elbow nerve injury caused by too many/too long hacking sessions

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

2013-08-22 Thread B Harder
On Aug 22, 2013 7:58 AM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Aug 22, 2013 at 10:45 AM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Aug 22, 2013 at 4:34 AM, Chad Perrin c...@apotheon.net wrote: I'd say the name should just be set in stone as libfossil now, and a i tend

Re: [fossil-users] Incompatible and undocumented output change between 1.24 and 1.27

2013-10-07 Thread Stephan Beal
. messages from the underlying sqlite3). So, no, it's not a goal of libfossil to standardize any sort of output, but it is a goal to create a platform off of which people who want to script it can create the output using whatever format they like. For example, here's a proof-of-concept timeline mini-app

Re: [fossil-users] Incompatible and undocumented output change between 1.24 and 1.27

2013-10-07 Thread sky5walk
of libfossil to standardize any sort of output, but it is a goal to create a platform off of which people who want to script it can create the output using whatever format they like. For example, here's a proof-of-concept timeline mini-app implemented using a script binding: http

Re: [fossil-users] gpg clearsign problem

2014-01-24 Thread Stephan Beal
created since then. [stephan@host:~/cvs/fossil/libfossil]$ f set | grep -i sign clearsign [stephan@host:~/cvs/fossil/libfossil]$ cat /etc/issue Linux Mint 16 Petra \n \l [stephan@host:~/cvs/fossil/libfossil]$ which gpg /usr/bin/gpg Running a version very close to the current trunk: [stephan@host

Re: [fossil-users] milestone: libfossil CGI demo

2014-02-16 Thread Jonathan Otsuka
: On Sat, Feb 15, 2014 at 11:17 PM, Stephan Beal sgb...@googlemail.com wrote: The majority of the implementation is demonstrated in this script: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/finfo?name=th1ish/cgi-init.th1ish Here's a more interesting example: http

Re: [fossil-users] GitHub-style template

2014-03-23 Thread Stephan Beal
in /script could open the possibility to send custom +json responses from there even. (The JSON RPCs are already quite neat by themselves of course!) in libfossil i've been experimenting with a different scripting engine (conceptually derived from th1, but actually nothing like th1 at all) and script

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

[fossil-users] stupid libfossil shell script tricks: recursing through checkouts

2014-05-07 Thread Stephan Beal
Hi, all, for the Unix-like OS users out there (who know how to write shell scripts), this might be a tiny bit interesting (possibly too special-case, but maybe conceptually useful as a basis for one's own script)... Here's a bash script which uses the various f-* tools (from libfossil): http

[fossil-users] minor libfossil milestone: TH1-style web page

2014-05-09 Thread Stephan Beal
Hi, all, another libfossil minor milestone update: while libfossil does not have an official script binding, it does have a script binding, and i recently added support similar to embedding TH1 in fossil pages. Here's a brief demo: // == const CGI = api.cgi const F

[fossil-users] weird: sections lost during merge

2014-10-28 Thread Stephan Beal
Hi, all, Dave noticed a weird thing today while trying to do what appeared to be a routine merge... here's the timeline of reference: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/timeline?c=2014-10-27 During that time Dave merged trunk into his branch and everything is great. He

Re: [fossil-users] Fossil wiki parsing code

2014-12-01 Thread Stephan Beal
on the features you need, you might want to consider libfossil, which was designed with scripting in mind and contains two proof-of-concept script bindings for my own pet languages: http://fossil.wanderinghorse.net/r/libfossil/ (new URL (no more .cgi on the end), just set up today) The script bindings

Re: [fossil-users] Conversation with a CM guy

2016-05-17 Thread Ron W
udio Code appear to be of increasing relevance to me (I mean, more >> and more people with simple demands appear to use VC right from their >> IDEs). >> > > To this end: i will be happy to hand over libfossil to anyone capable of > taking it over. My elbow nerve injury has

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

2013-08-21 Thread Chad Perrin
/ another libfossil, though it too is pretty ugly looking. Brief search yields https://github.com/paulfitz/libfossil as second hit (after this very discussion). I also searched for libfsl, which appears to be claimed, I didn't look into what that project is. As it happens, that GitHub hit

Re: [fossil-users] Fossil Web Interface - Separation of HTML from Code

2014-05-21 Thread Igor de Oliveira Couto
, and argument re-ordering (sometimes needed for non-English translations) is not possible with this API. That is a shame... That said, one of the reasons libfossil was started was to resolve exactly that limitation, and libfossil has several demos in place where all of the display code/logic

Re: [fossil-users] libfossil: new script binding

2014-07-17 Thread Matt Welland
I keep hoping to make time to work on a Chicken Scheme binding for libfossil (it would be really help in several projects I'm working on) so I'm keenly following your progress on libfossil. Anyhow in your post I couldn't help but think of Greenspuns Tenth Rule of Programming :) http://c2.com/cgi

Re: [fossil-users] manifest file (12892) is malformed

2013-10-04 Thread Stephan Beal
]$ ../libfossil/f-timeline -n 2 ci [6d5ef0c1b998] @ 2013-10-04 14:13:54 by [stephan] in branch [trunk] crash test ci [6c0d3704e381] @ 2013-01-15 11:00:18 by [ron] in branch [trunk] no comment [stephan@host:~/cvs/fossil/ron]$ ../libfossil/f-ls | wc -l 10806 [stephan@host:~/cvs/fossil/ron

[fossil-users] looking for adventurous fossil users to try out fossil CLI apps

2014-02-04 Thread Stephan Beal
Hi, all, Several of the libfossil-based CLI tools (each one being a counterpart to some fossil command) are being used quite often by me and are, i believe, ready for a wider use and distribution: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/wiki/f-tools Caveats

Re: [fossil-users] milestone: libfossil CGI demo

2014-02-16 Thread Stephan Beal
On Sun, Feb 16, 2014 at 8:34 PM, Jonathan Otsuka djg...@gmail.com wrote: Is there an interface yet to the wiki? I have been wanting to change/add a few things. There's a library interface for loading/storing wiki content: http://fossil.wanderinghorse.net/repos/libfossil/doxygen/fossil

[fossil-users] co-developers for libfossil C++ wrapper?

2014-03-18 Thread Stephan Beal
Hi, all, This is for the C++ programmers out there... libfossil is now at the point where i would like to start adding a C++ wrapper for it. Why? (A) because in my experience exceptions are a far, far easier way for client-side code to deal with error handling than dealing with every error code

Re: [fossil-users] SVN -- Fossil Chiselapp hosting

2014-10-17 Thread Stephan Beal
On Fri, Oct 17, 2014 at 2:59 AM, Ron W ronw.m...@gmail.com wrote: A question about libfossil: Is it possible to directly create a delta artifact? I ask this because it looks like SVN::Dump::Reader does not un-delta the artifact content. So either I would have to apply the delta myself

[fossil-users] libfossil scripting mini-demo

2016-02-18 Thread Stephan Beal
i'll just leave this here... (Source: http://fossil.wanderinghorse.net/r/libfossil) (@Ross B: see the bottom) [stephan@host:~/cvs/fossil/libfossil/s2]$ ./f-s2sh -v verbose: Auto-loading script [./f-s2sh.s2]. s2 interactive shell. All commands run in the current scope. Use your platform's EOF

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

2013-08-21 Thread Stephan Beal
On Wed, Aug 21, 2013 at 7:43 PM, Mark Janssen mpc.jans...@gmail.com wrote: +1 for libfossil. I hate it when libraries have smart names requiring me to google for the package name to install. BTW (should have noted this earlier): there is a filesystem called fossil, and while i have not found

Re: [fossil-users] Can one display ISO 8601 date-time instead of SHA-1 prefixes in the web UI?

2013-08-27 Thread Yannick
On Tue, 27 Aug 2013 22:59:20 +0200, Stephan Beal sgb...@googlemail.com wrote:On Tue, Aug 27, 2013 at 9:05 PM, Yannick yannick_duch...@yahoo.fr wrote: What's the purpose of this future `libfossil`?That's a very long story which starts here: http://fossil.wanderinghorse.net/repos/libfossil

Re: [fossil-users] two files showing up where one is expected

2013-09-20 Thread Matt Welland
/cgi-bin/fossils/libfossil/artifact/da39a3ee5e6b4b0d3255bfef95601890afd80709 That is most definitely a bug. And a weird one. Richard will want to see that. Here's that same artifact in the main repo copy: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/artifact/da39a3ee5e6b4b0d32

Re: [fossil-users] manifest file (12892) is malformed

2013-10-04 Thread Stephan Beal
On Fri, Oct 4, 2013 at 11:30 AM, Jan Nijtmans jan.nijtm...@gmail.comwrote: Shouldn't the error-message in this case be more helpful anyway? Something like: http://fossil-scm.org/index.html/info/1eb438d61a That's essentially how libfossil reports the errors for this case. At this point

Re: [fossil-users] manifest file (12892) is malformed

2013-10-04 Thread Stephan Beal
On Fri, Oct 4, 2013 at 2:22 PM, Stephan Beal sgb...@googlemail.com wrote: ... lots of file diffs and the big RID diff between the current and prev commits implies lots of changes were made. And... [stephan@host:~/cvs/fossil/ron]$ ../libfossil/f-acat tip | ../libfossil/f-mfparse -r Parsing

Re: [fossil-users] libfossil script binding docs

2014-02-24 Thread Martin Gagnon
just not the tool for what i want in this case: simplicity and real-time collaboration[1]. i pdate docs with uncommon frequency (you're just seeing the public docs there, not the associated API docs and the related th1ish docs which get updated as i find/fix bugs via libfossil), and i'd

Re: [fossil-users] libfossil script binding docs

2014-02-26 Thread Ron Wilson
have to blindly guess the type of the underlying void pointer!). libfossil uses that to bind, e.g., the Db and Db.Stmt classes. Quite interesting. Thanks. For a time, I was in to systems languages, but found my way back to my roots in electronics and bare silicon software. Software

Re: [fossil-users] libfossil milestone: first checkin

2014-03-11 Thread Stephan Beal
On Mon, Mar 10, 2014 at 11:36 PM, Ron Wilson ronw.m...@gmail.com wrote: Congrats. Addenda: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/manifest/?version=651c2194759f0f8f6d639e09d88e0349022c8deb TL;dr: it can now generate delta manifests. i still have a lingering bug

Re: [fossil-users] fossil humor: poor man's bug tracking...

2014-03-17 Thread Stephan Beal
, e.g. fixme + bgcolor=pink :). As if i don't have better things to do ;) http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/manifest/1518b90df3e107babe829ee3cc6b1e0eff96ca70 Sample usage: f-tag -a current -t addTag1 -v value1 -t -cancelTag2 -v value2 ... --verbose --dry-run

Re: [fossil-users] Fossil CGI trick: extensionless CGIs under Apache

2014-04-11 Thread Stephan Beal
been lucky to be on a system with apache already configured this way. Either way it is good to know this nuance in apache configuration. Thanks. Now that you mention it... i never thought to try it without an extension before Caleb showed me his setup (in the context of preparing a libfossil

Re: [fossil-users] minor milestone: libfossil interactive shell

2014-04-21 Thread Andreas Kupries
On Sat, Apr 19, 2014 at 5:59 AM, Stephan Beal sgb...@googlemail.com wrote: Hi, all, it's still in the very early prototyping stages, but the proof of concept is in place for a libfossil-based shell interactive: (A thanks to list member Steve Bennett for his work on 'linenoise', a CLI

Re: [fossil-users] can fossil try harder on sync failure?

2014-05-07 Thread Stephan Beal
. I'm concerned about the verify_before_commit hook implemented here: http://www.fossil-scm.org/fossil/artifact/615e25ed6?ln=94-104 My understanding (from having elided it in libfossil) is that MC_PERMIT_HOOKS refers to commit hooks (TH1/TCL code). Sidebar: the verify-before-commit hook

[fossil-users] libfossil minor milestone: Raspberry Pi

2014-05-29 Thread Stephan Beal
Hi, all, after fixing some bits which assumed too much about the signedness of the (char) data type, libfossil now builds (slowly!) and runs (slowly!) on Raspbian OS on Raspberry Pi hardware. As a comparison of runtime speeds, here's the results of the core sanity tests on my workstation

  1   2   3   4   5   6   >