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
~/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
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
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
(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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
>
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
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
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?
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 :|.
>>>
>>>
>>
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
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
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
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,
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
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
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
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
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
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:~
; >
>
> 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
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
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
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,
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
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
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 @@
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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&
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
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
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
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
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. :)
>
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
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
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
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
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
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
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"
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
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
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/
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
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
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
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
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
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.)
--
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
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
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 "
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 "
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
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
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]
___
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
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
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
"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
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.
>>
>&
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
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
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 - 100 of 570 matches
Mail list logo