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

2014-03-23 Thread Stephan Beal
On Sun, Mar 23, 2014 at 8:21 AM, Baruch Burstein wrote: > 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 genera

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

[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 f

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

2013-08-14 Thread Stephan Beal
On Wed, Aug 14, 2013 at 1:27 PM, Gilles wrote: > On Sun, 11 Aug 2013 23:44:10 +0200, Stephan Beal > 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 ano

[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 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/foss

Re: [fossil-users] Status of libfossil?

2017-03-12 Thread Stephan Beal
On Sun, Mar 12, 2017 at 5:21 PM, Clifford Yapp 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-use product, and b) whether there > is

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

2013-12-22 Thread sky5walk
very small: > > Create two 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

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 secon

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 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.wandering

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 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 no

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

2013-08-16 Thread Gilles
On Wed, 14 Aug 2013 18:40:55 +0200, Stephan Beal 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.wand

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

2014-02-16 Thread Stephan Beal
On Sat, Feb 15, 2014 at 11:17 PM, Stephan Beal 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://fossi

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

2015-03-30 Thread Vikrant Chaudhary
han'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 sole intention is to make Fossil community aware of the project. Lagerstatte is a work-in-progress and may do anything

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

2013-08-14 Thread Gilles
On Sun, 11 Aug 2013 23:44:10 +0200, Stephan Beal 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? ___ fos

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 th

[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.

[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] minor libfossil milestone: TH1-style web page

2014-05-09 Thread Stephan Beal
On Fri, May 9, 2014 at 9:05 PM, Stephan Beal 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 cu

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

2015-03-30 Thread Vikrant Chaudhary
part is written 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 >

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 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 delusio

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" wrote: > > On Thu, Aug 22, 2013 at 10:45 AM, Stephan Beal wrote: >> >> On Thu, Aug 22, 2013 at 4:34 AM, Chad Perrin wrote: >>> >>> I'd say the name should just be set in stone as libfossil now, and a &g

[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] A fossil library

2018-06-19 Thread Sam Putman
t;>> 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] 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 wrote: > On Thu, Aug 22, 2013 at 4:34 AM, Chad Perrin 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] Bikeshedding opportunity: back to the topic of "libfossil"'s name

2013-08-21 Thread Chad Perrin
from potential collision w/ 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 d

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] Fossil Web Interface - Separation of HTML from Code

2014-05-21 Thread Stephan Beal
th this API. 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 is 100% separated from the core library: http://fossil.wanderinghorse.net/repos/libfossil/cgidemo/index.cgi/ In fact,

[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

[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. - ta

[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 s

[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

[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 l

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

2014-03-27 Thread Stephan Beal
er, here's 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:~

Re: [fossil-users] Fossil wiki parsing code

2014-12-01 Thread James Turner
; > > > fwiw (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: &g

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 pr

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

2014-02-16 Thread Jonathan Otsuka
Feb 15, 2014 at 11:17 PM, Stephan Beal 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: > > h

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,

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 wrote: > 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 pa

[fossil-users] libfossil minor milestone: Windows

2014-10-01 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

[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 @@

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

2014-05-21 Thread Igor de Oliveira Couto
printf-call level, 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

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

2013-10-07 Thread Stephan Beal
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 m

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 f

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

2014-02-16 Thread Stephan Beal
On Sun, Feb 16, 2014 at 8:34 PM, Jonathan Otsuka 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-c

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 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 > fossi

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

2014-02-17 Thread Stephan Beal
On Sun, Feb 16, 2014 at 4:38 PM, Stephan Beal 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=trunk&baseline=1 http://libfossil.local/th1ish.cgi/man

[fossil-users] minor milestone: libfossil interactive shell

2014-04-19 Thread Stephan Beal
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 editing library used here...) [stephan@host:~/cvs/fossil/l

Re: [fossil-users] libfossil + fuse

2014-04-24 Thread Stephan Beal
On Thu, Apr 24, 2014 at 10:05 PM, Stephan Beal wrote: > On Thu, Apr 24, 2014 at 9:47 PM, Andy Goth wrote: > >> I'd like something similar with Fossil, though completion of libfossil is >> an obvious prerequisite. Putting libfossil and fuse together could be the >> w

Re: [fossil-users] Fossil wiki parsing code

2014-12-01 Thread Stephan Beal
tures 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 bi

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

2015-03-30 Thread j. van den hoff
I've been working on a project named "Lagerstatte", a front-end for Fossil repositories. The browser facing part is written 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 excell

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 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 no

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 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/2bb2f4898b882cbb6a97ecc3e97ad356132dd

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

2013-09-03 Thread Stephan Beal
ly 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 usag

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 wrote: > Richard Hipp wrote: > >> The tree-view (http://fossil.wanderinghorse. >> net/repos/libfossil/index.cgi/dir?ci=tip&type=tree < >> http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/ >> dir?ci=tip

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 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-in is ha

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

2014-10-19 Thread Stephan Beal
s "." (for current directory" > There's 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.wanderi

Re: [fossil-users] gpg clearsign problem

2014-01-24 Thread Stephan Beal
of the many repos i've 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 curren

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

2013-10-04 Thread Stephan Beal
27;crash test' 2>&1 | tee foo New_Version: 6d5ef0c1b9988dc2400e98024b3ac42d0f14a976 [stephan@host:~/cvs/fossil/ron]$ cat foo New_Version: 6d5ef0c1b9988dc2400e98024b3ac42d0f14a976 [stephan@host:~/cvs/fossil/ron]$ f time -n 1 === 2013-10-04 === 12:13:54 [6d5ef0c1b9] *CURRENT* crash test (user: stephan tags:

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 :) ht

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

2013-10-07 Thread sky5walk
ace is the target moving forward instead of >> forcing standardized output? >> > > Good question. Ideally the library will produce _no_ text output other > than the propagation of error messages from lower levels (e.g. messages > from the underlying sqlite3). So, no, it's not

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

2018-02-15 Thread Kees Nuyt
i 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 is physically unable to complete it

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

2014-03-20 Thread Stephan Beal
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/fossil-scm/foss

[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 co

[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&

[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 libfoss

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

2016-05-17 Thread Ron W
easing 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 never fully recovered, leavin

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 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 the first thing someone

[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 d

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 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

[fossil-users] libfossil: new script binding

2014-07-17 Thread Stephan Beal
Hi, all, the past two months have seen a complete rewrite of my own personal toy scripting engine, largely inspired by limitations uncovered in it while binding libfossil to it. As of today, partial libfossil bindings are in place for the new language (the db abstraction layer is done), and

Re: [fossil-users] SVN <--> Fossil & Chiselapp hosting

2014-10-17 Thread Stephan Beal
On Fri, Oct 17, 2014 at 2:59 AM, Ron W 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 (to prov

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

2014-11-03 Thread Stephan Beal
Hi, all, 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/2bb2f4898b882cbb6a97ecc3e97ad356132dd6ad the SQL in that file was taking from an off-list exchange where

[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

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=tip&type=tree <http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tip&type=tree>) doesn't look quite right. That skin sets top and bottom margins on all LI

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

2018-02-15 Thread Stephan Beal
edical 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 SHA1 "attack"

[fossil-users] minor crnl-glob warning bug

2013-09-07 Thread Stephan Beal
Hi, all, i don't personally use this feature, but i'm in a repo where versioned settings were introduced: [stephan@host:~/cvs/fossil/libfossil]$ f com -m ... ... Pull finished with 2968 bytes sent, 1907 bytes received setting crnl-glob has both versioned and non-versioned values: using

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

2014-03-29 Thread Abilio Marques
rtup consumes a lot 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 pa

Re: [fossil-users] creation-date of files/subdirs in a dir, from command-line

2014-07-18 Thread Stephan Beal
x27;t have an answer to your question, but note that the timestamp of a dir gets changed every time a file in that dir is added or removed (possibly at other times): [odroid@host:~/fossil/libfossil/s2]$ l -d ../th1ish drwxr-xr-x 5 odroid odroid 4096 Jul 17 21:23 ../th1ish [odroid@host:~/fossil/

Re: [fossil-users] GitHub-style template

2014-03-23 Thread Stephan Beal
ing some TH1 or TCL magic 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, bu

[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 grea

[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: - There are not

[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] available topologies for syncing and other misc questions

2014-08-16 Thread Stephan Beal
gt; the pages (locally) before committing; the updated page would have to be > committed before other users could see it, but that's no different from > updating "built-in wiki" pages). > Triva: that's one of the concrete use cases libfossil aims to solve. It require

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] milestone: libfossil CGI demo

2014-02-17 Thread Stephan Beal
On Mon, Feb 17, 2014 at 11:10 PM, Stephan Beal wrote: > 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://wanderinghorse.net/home/s

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 o

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

2015-03-30 Thread Vikrant Chaudhary
gerstätte" as project's name, but we still need the ASCII approximation to use in code. > > regards/joerg > > > On Mon, 30 Mar 2015 12:50:54 +0200, Vikrant Chaudhary > wrote: > >> Hello everyone, >> >> I've been working on a project named "

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

2018-02-15 Thread Gilles
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 SHA1 "

Re: [fossil-users] Other tools

2014-06-20 Thread Stephan Beal
it, but I also want > continuous integration. I'd like mylyn integration but my main concern is > with CI. > One of libfossil's goals is to be able to serve similar needs. Some of the current libfossil tools might be of some use for CI, but it's currently missing some featur

Re: [fossil-users] Stability of fossil test-name-to-id

2014-08-19 Thread Stephan Beal
fd4a96aaffc56f893 26901 current d8902124d481ced2a800fc3ec4d3212640c25563 26899 prev a28c83647dfa805f05f3204a7e146eb1f0d90505 1 rid:1 that's available in the libfossil sources: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/wiki?name=f-tools > I could open the repository and perform the

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

2014-02-11 Thread Richard Hipp
glecode-ish! How's it look on me? > > http://fossil.wanderinghorse.net/repos/libfossil/ > > > The tree-view ( http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tip&type=tree) doesn't look quite right. -- D. Richard Hipp [email protected] ___

[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

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

2013-08-21 Thread Stephan Beal
Hi, all, The current list of "upvoted" names (no, Brad, urvogel's not one of them ;) for the on-going/up-coming library API includes (in my personal order of preference, but i'm not emotionally attached to these): - libfossil-scm and fossil(3) - libfossil - liblissof (fossil

Re: [fossil-users] gpg clearsign problem

2014-01-24 Thread j. van den hoff
aven't had this happen on any of the many repos i've 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 Run

Re: [fossil-users] fossil <-> JIRA hooks

2014-09-11 Thread Ron W
"payload":{ > "columns":["count(*)"], > "rows":[{"count(*)":5}] > }, > "g":{ > Is this possible through the web interface? If so, can it be disabled? > Any integration that required more than this would allow should eith

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

2014-02-11 Thread Andreas Kupries
gt;>> >>> The tree-view >>> (http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tip&type=tree >>> <http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tip&type=tree>) >>> doesn't look quite right. >> >&

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

2014-03-17 Thread Stephan Beal
For those who don't need the full features of the ticketing system, i think i've discovered a new way to keep track of bugs: use a "fixme" tag. [stephan@host:~/cvs/fossil/libfossil]$ f-tag -a 4b05c2c59fa6 -t fixme -v "This artifact causes an HTTP 500 in the /manifest page

[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

Re: [fossil-users] A fossil library

2018-06-17 Thread Sam Putman
ded to go) into error handling or > propagation (because there is no propagation - all errors are "immediate"). > Not only does the propagation at the error-triggering point need to be > decided upon, but how it will propagate arbitrarily far up the call stack. > In the end, l

  1   2   3   4   5   6   >