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

2018-02-16 Thread Gilles
Chris Drexler Fri, 16 Feb 2018 08:32:40 -0800 > I've never tried the beta zip. Which version of fossil is packaged in there? It was 1.33. Replacing it with 2.5 did the trick. Thanks! ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

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

2018-02-16 Thread Chris Drexler
Am 16.02.2018 um 14:26 schrieb Gilles: > > Thanks much. I tried Fuel-2.0.0-beta3-win32.zip,but it fails opening a > repo (works OK with the last official build, ie. 2.0.0 from 2015): > === > > fossil open D:/Temp/Fossil.test/repo.fossil > SQLITE_ERROR: near "(": syntax error >

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

2018-02-16 Thread Gilles
Chris Drexler Thu, 15 Feb 2018 08:53:54 -0800 > I know that there hasn't been an update for a while. I was in contact with the author who just didn't find much time in the past to advance fuel. I made some (minor) adjustments avail at https://server.ac-drexler.de/fossil/fuel Thanks much. I

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

2018-02-15 Thread Stephan Beal
On Thu, Feb 15, 2018 at 10:43 PM, Gilles wrote: > 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

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

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

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

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

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

2018-02-15 Thread Stephan Beal
On Thu, Feb 15, 2018 at 3:48 PM, Gilles 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

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

2018-02-15 Thread Chris Drexler
Hi *, Am 12.02.2018 um 23:44 schrieb Gilles: > > Fuel* doesn't support diffing two revisions of a file in the repository: > I know that there hasn't been an update for a while. I was in contact with the author who just didn't find much time in the past to advance fuel. I made some (minor)

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

2018-02-15 Thread Gilles
On 15/02/2018 15:17, Richard Hipp wrote: On 2/15/18, Chris wrote: Would https://fuel-scm.org be an option for you? A fossil library seems not to be on the roadmap according to other threads in this list The current Fossil code is designed around the near 50-year-old

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

2018-02-15 Thread Richard Hipp
On 2/15/18, Chris wrote: > Would https://fuel-scm.org be an option for you? > > A fossil library seems not to be on the roadmap according to other threads > in this list The current Fossil code is designed around the near 50-year-old unix principle that a process starts

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

2018-02-15 Thread Kees Nuyt
On Thu, 15 Feb 2018 12:04:54 +0100, Gilles wrote: [...] > Out of curiosity, is there a way to compile the Fossil EXE into a DLL, > so as to make it easier to interact with it from a GUI application > instead of the CLI? > >

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

2018-02-15 Thread Chris
Would https://fuel-scm.org be an option for you? A fossil library seems not to be on the roadmap according to other threads in this list Chris Am 15. Februar 2018 12:04:54 MEZ schrieb Gilles : >Thanks all for the help. > >Out of curiosity, is there a way to compile the

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

2018-02-15 Thread Gilles
Thanks all for the help. Out of curiosity, is there a way to compile the Fossil EXE into a DLL, so as to make it easier to interact with it from a GUI application instead of the CLI? https://www.fossil-scm.org/xfer/doc/trunk/www/build.wiki ___

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

2018-02-14 Thread Daniel Dumitriu
> 1. Could you explain how to configure Fossil to use WinMerge to diff > two revisions?One-off: fossil gdiff --command "\"C:\Program Files (x86)\WinMerge\WinMergeU.exe\"" --from FROM_VERSION --to TO_VERSION To use WinMerge as the visual diff tool: fossil settings gdiff-command --global

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

2018-02-14 Thread Warren Young
On Feb 14, 2018, at 7:30 AM, Gilles wrote: > > 1. Could you explain how to configure Fossil to use WinMerge to diff two > revisions? First: http://manual.winmerge.org/Version_control.html Second: https://www.fossil-scm.org/index.html/help?cmd=gdiff

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

2018-02-14 Thread Gilles
Thanks for the infos on how to diff two revisions through the web UI. Ron W > In the Fossil "web UI", from the timeline, select a commit. Scroll down to the file of interest and click on it to show that file's history. In the "revision graph" (on the left), click the

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

2018-02-13 Thread Richard Hipp
On 2/13/18, Gilles wrote: > > Is there an easy way to compare two revisions of a file while the > repository is closed "fossil ui repository-filename". That brings up the web interface on the named repository file. Then follow the same procedures as before. -- D. Richard

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

2018-02-13 Thread Gilles
On 13/02/2018 11:23, Ron W wrote: As best I recall, Fuel uses "fossil ui" (or "fossil server") behind the scenes, so any feature of "fossil ui" should also be usable in Fuel. It has been years since I looked at Fuel (as an option for co-workers who dislike the command

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

2018-02-12 Thread Warren Young
On Feb 12, 2018, at 6:04 PM, Ron W wrote: > > I've never tried it, but a friend of mine showed me an application built > using Electron. I realize that you mean that you have not yet built an Electron app, but chances are pretty good that you already use at least one

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

2018-02-12 Thread Ron W
On Mon, Feb 12, 2018 at 7:19 PM, <fossil-users-requ...@lists.fossil-scm.org> wrote: > Date: Tue, 13 Feb 2018 01:06:26 +0100 > From: Gilles <codecompl...@free.fr> > Subject: Re: [fossil-users] Windows GUI that allows diff between two > revisions? > > On 13/02/

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

2018-02-12 Thread Dan Mack
On Tue, 13 Feb 2018, Gilles wrote: The timeline I see shows no red dot for a given file after opening a DOS box, running "fossil ui", and navigating down the Files menu… but anyhow, this still means having to dump Fuel and move into an entirely different universe. In the timeline view - the

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

2018-02-12 Thread Gilles
On 13/02/2018 00:33, Richard Hipp wrote: On 2/12/18, Gilles wrote: Fuel* doesn't support diffing two revisions of a file in the repository: https://s14.postimg.org/h528wio5t/Fossil.Fuel.diff.two.revisions.png Since it hasn't been updated since 2015… is there another

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

2018-02-12 Thread Richard Hipp
On 2/12/18, Gilles wrote: > > Fuel* doesn't support diffing two revisions of a file in the repository: > > https://s14.postimg.org/h528wio5t/Fossil.Fuel.diff.two.revisions.png > > Since it hasn't been updated since 2015… is there another Windows GUI > application that

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

2018-02-12 Thread Gilles
Hello, Fuel* doesn't support diffing two revisions of a file in the repository: https://s14.postimg.org/h528wio5t/Fossil.Fuel.diff.two.revisions.png Since it hasn't been updated since 2015… is there another Windows GUI application that supports this? Thank you. * https://fuel-scm.org