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
(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
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
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
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?
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
:~/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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Congrats.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
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
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
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
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
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
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
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
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
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
;>>> 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 :|.
>>>
>>>
>
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
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
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
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
(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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
://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
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
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
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
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
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
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
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
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.)
--
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
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
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
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
. 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
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
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
:
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
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
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
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
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
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
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
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
/ 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
, 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
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
]$ ../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
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
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
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
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
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
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
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
/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
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
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
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
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
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
, 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
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
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
. 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
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 - 100 of 506 matches
Mail list logo