Alternatively: As a work-around, what about offering an easy-to-parse
output from the EXE ?
For instance, I'd like to find all the release versions for a given
file, so as to display the list and let the user pick two to perform a diff:
======== Current
C:\>fossil finfo myfile.c
History of myfile.c
2018-02-15 [f8e2f79336] Removed comment (user: joe, artifact: [742cdcc399],
branch: trunk)
2018-02-15 [87c72d2e84] Added files (user: joe, artifact: [26bb04f67c],
branch: trunk)
C:\>fossil gdiff --from 87c72d2e84 --to f8e2f79336
======== Suggestion
f8e2f79336
87c72d2e84
========
And voilà ! :-)
On 15/02/2018 22:19, Gilles wrote:
No problem. I was just wondering, because a desktop GUI would make
Fossil accessible to non-programmers who need a source control but
don't even know there's such a thing.
It's a shame, since SQLite is itself an EXE + DLL.
On 15/02/2018 18:45, Stephan Beal wrote:
On Thu, Feb 15, 2018 at 3:48 PM, Gilles <codecompl...@free.fr
<mailto:codecompl...@free.fr>> wrote:
On 15/02/2018 15:17, Richard Hipp wrote:
...There was a project to rewrite Fossil as a DLL, but there
has been no
recent progress on that.
Too bad.
That's my fault. Severe 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 SHA1 "attack" and
subsequent reworking on fossil have left libfossil requiring a
non-trivial amount of rework to catch up, and i'm physically unable
to do it :/. If someone would like to take it over, the code is here:
http://fossil.wanderinghorse.net/r/libfossil
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users