Re: [fossil-users] New search features

2015-02-02 Thread Johan Kuuse
, it seems that http://www.fossil-scm.org/fossil/wiki?name=To+Do+List is missing it too. :-) Best Regards, Johan Kuuse ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Merge - including files from other branches - best practice?

2015-04-16 Thread Johan Kuuse
Hi, This is probably a trivial question, but I can't find a clear answer in the documentation. I have a repository at http://kuu.se/fossil/b64.cgi/timeline with two branches, trunk and c-stdin In c-stdin, I created the file b64.c, which does not exist in trunk. Some other files, created

Re: [fossil-users] Files shared (and updated) between repos?

2015-08-21 Thread Johan Kuuse
Thanks for all the suggestions. I use fossil on different platforms, including Windows, so symlinking is not an option. I will try David Mason's Courses layout, using my common files (what I called the shared repo) in a fossil repo, and all my other projects as --nested sub-repos, that seems

[fossil-users] Files shared (and updated) between repos?

2015-08-21 Thread Johan Kuuse
Hi, Everytime I create a new repos, I use a few files which I would like to have access to in all my repos: - README.fossil.new.repo : My own notes about how to setup a new repo. - setup-fossil.sh : A script how to setup a new repo automatically. - fossil-config.txt: A common configure file I

Re: [fossil-users] Fossil svn import results in 57K file

2015-10-22 Thread Johan Kuuse
Stupid question: No possibility that your underlying file system (where creating datarepo.fossil) is FAT32? BR, Johan On Thu, Oct 22, 2015 at 3:28 PM, jungle Boogie wrote: > Hello All, > > My input file is 4GB but the fossil repo ends up being only 57K. > > % fossil

Re: [fossil-users] Carriage-return/line-feed issues

2015-08-26 Thread Johan Kuuse
I would try configure Fossil on Windows to use Wordpad instead of Notepad. Wordpad does not need CR to treat NL properly. BR, Johan On Aug 26, 2015 5:14 PM, Wayne Hajas haj...@shaw.ca wrote: I am using fossil under Windows 7. After I check-in some files to fossil, a notepad-window pops up to

Re: [fossil-users] diff after update

2015-09-12 Thread Johan Kuuse
If I understand things right, this is a diff against the undo buffer, so I suggest this alternative: fossil diff --undo-buffer BR, Johan El 13/9/2015 5:39, "Lonnie Abelbeck" escribió: > > On Sep 11, 2015, at 7:19 PM, Scott Robison > wrote: >

Re: [fossil-users] diff after update

2015-09-11 Thread Johan Kuuse
fossil diff -before or fossil diff -before-commit ? El 12/9/2015 1:14, "Andy Bradford" escribió: > Thus said Richard Hipp on Fri, 11 Sep 2015 10:11:30 -0400: > > > "fossil diff --versus-undo" maybe??? > > What if instead of making this a feature of ``fossil diff''

Re: [fossil-users] Multiple Projects in one Repo

2015-09-12 Thread Johan Kuuse
Hi, After some suggestions in this ML, I chose using nested repositories. The "root repository", which I called 'nested', only contains a few files. All other repositories are open inside the 'nested' directory, with the -nested option. Here is a script which clones, opens and updates the entire

Re: [fossil-users] How to actually >use< TH1?

2016-04-12 Thread Johan Kuuse
On Apr 13, 2016 04:59, "Joe Mistachkin" wrote: > > > The Tick wrote: > > > > I guess this answers the question that I did not know how to > > ask precisely: > > > > Can TH1 be used on the wiki pages (such as the "home" page)? > > Answer: no > > > > I wonder why TH1's use is

Re: [fossil-users] some uglifications for diff.tcl

2016-08-01 Thread Johan Kuuse
>> Yet another small "problem". The C compiler with -std switch complains >> about the comment style in file src/attach.c:91: >> http://www.fossil-scm.org/fossil/artifact/3d0f4416538b9154333fba4717670584669bf9eb?txt=1=91 On Mon, Aug 1, 2016 at 8:37 AM, David Vines

Re: [fossil-users] Compiler warnings

2016-08-02 Thread Johan Kuuse
> On 8/2/16, Johan Kuuse <jo...@kuu.se> wrote: > > Hi, > > > > In trunk (f475b943eb), I get a compiler warning when I use clang with > the > > default Makefile: > > > > > > cc -I. -I./src -Ibld -DFOSSIL_DYNAMIC_BUILD=1 -I/usr/local/include

Re: [fossil-users] Compiler warnings

2016-08-02 Thread Johan Kuuse
On Tue, Aug 2, 2016 at 2:00 PM, Stephan Beal <sgb...@googlemail.com> wrote: > > > On Tue, Aug 2, 2016 at 1:46 PM, Johan Kuuse <jo...@kuu.se> wrote: > >> Thanks, now it works for both clang and gcc, with the added flags to >> Makefile: >> >> TCC

Re: [fossil-users] Compiler warnings

2016-08-02 Thread Johan Kuuse
On Tue, Aug 2, 2016 at 5:06 PM, Richard Hipp <d...@sqlite.org> wrote: > On 8/2/16, Johan Kuuse <jo...@kuu.se> wrote: > > > > I would suggest adding the -Wextra flag > > anyway, to trap a lot of other existing warnings, and more important, > > future warnin

[fossil-users] Compiler warnings

2016-08-02 Thread Johan Kuuse
Hi, In trunk (f475b943eb), I get a compiler warning when I use clang with the default Makefile: cc -I. -I./src -Ibld -DFOSSIL_DYNAMIC_BUILD=1 -I/usr/local/include-g -O2 -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe -o bld/fshell.o -c bld/fshell_.c ./src/fshell.c:109:7: warning:

Re: [fossil-users] Using Fossil SCM with Master Repositories held on aFlash Drive ?

2017-02-01 Thread Johan Kuuse
El 1 feb. 2017 9:55, "Luca Ferrari" escribió: On Tue, Jan 31, 2017 at 12:25 AM, Martin Irvine wrote: > “Temporarily” means I will usually not want to leave a > copy of the source code or the repository on the PC when I am finished Sorry,

Re: [fossil-users] Using Fossil SCM with Master Repositories held on a Flash Drive ?

2017-01-20 Thread Johan Kuuse
Hi, >From what I understand from your situation, is that you move between several computers. To not worry about spreading several copies of your repositories and/or working copies to these computers, I would suggest you to work solely on the flash drive. As you mention that your projects are

[fossil-users] Help message typo in sync.c

2016-08-30 Thread Johan Kuuse
Hi, I think there is a typo in the "fossil help push" command: Use the "configuration *pull*" command to push website configuration details. should be Use the "configuration *push*" command to push website configuration details. Tiny patch attached. Best Regards, Johan --- sync.c

Re: [fossil-users] windows build assistance

2016-09-22 Thread Johan Kuuse
Hi, I just want to mention another MinGW/MSYS fork, MSYS2: https://msys2.github.io Its package manager "pacman" makes life with MS Windows a lot easier. Just my two cents. BR, Jihan El 22 sept. 2016 14:15, "Warren Young" escribió: > > On Sep 21, 2016, at 2:06 PM, jungle

Re: [fossil-users] workarounds for revert issues

2016-11-17 Thread Johan Kuuse
El 16 nov. 2016 18:40, "Ron W" escribió: > > On Wed, Nov 16, 2016 at 7:00 AM, < fossil-users-requ...@lists.fossil-scm.org> wrote: >> >> Date: Tue, 15 Nov 2016 08:59:19 -0700 >> From: Warren Young >> To: Fossil SCM user's discussion

[fossil-users] www.fossil-scm.org down?

2016-10-15 Thread Johan Kuuse
Hi, I cannot acces www.fossil-scm.org Anyway, www.fossil-scm.org:8080 responds, so it seems to be a problem with the web server. BR, Johan ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] www.fossil-scm.org down?

2016-10-16 Thread Johan Kuuse
El 16 oct. 2016 11:08, "Johan Kuuse" <kuuse.redanti...@gmail.com> escribió: > Are you running any supervisor process for xinetd? > > I used to run "daemontools" in the passed, worked quite well, but > nowadays, "runit" seems to be a common alterna

Re: [fossil-users] www.fossil-scm.org down?

2016-10-16 Thread Johan Kuuse
On Sun, Oct 16, 2016 at 11:58 AM, Richard Hipp <d...@sqlite.org> wrote: > On 10/16/16, Johan Kuuse <jo...@kuu.se> wrote: >> El 16 oct. 2016 11:08, "Johan Kuuse" <kuuse.redanti...@gmail.com> escribió: >> >>> Are you running any supervisor pr

Re: [fossil-users] "CGI" command and argc

2017-03-31 Thread Johan Kuuse
My two cents: Here are a few more examples for portable shebang expressions: http://perfec.to/shebang/ Not directly related to your problem, but the following shebang is usefule to detect and use different versions of awk (GNU or BSD): http://perfec.to/shebang/shebang.nawk.txt Another doubt

Re: [fossil-users] Minor markdown glitches

2017-07-31 Thread Johan Kuuse
Hi, Thanks for this patch, which also fixes the issue with one or more spaces between backticks I had mentioned on this list before, see below. My proposal was to change markdown.c, but I can confirm that the fix in markdown_html.c also works. Regards, Johan --- Hi,

Re: [fossil-users] Help messages in add.c

2017-07-14 Thread Johan Kuuse
On Thu, Jul 13, 2017 at 6:31 PM, jungle Boogie <jungleboog...@gmail.com> wrote: > On 6 June 2017 at 06:50, Johan Kuuse <jo...@kuu.se> wrote: >> Hi, >> >> The following commands, executed without any arguments, are mute: >> >> f add >> f rm &

Re: [fossil-users] diff for browse.c

2017-07-11 Thread Johan Kuuse
On Tue, Jul 11, 2017 at 10:33 AM, Aaron Elkins wrote: > > On Jul 11, 2017, at 15:52, Stephan Beal wrote: > > On Tue, Jul 11, 2017 at 4:19 AM, Warren Young wrote: >> >> You are right that commas are often overused, drh. I catch

Re: [fossil-users] Help messages in add.c

2017-07-15 Thread Johan Kuuse
help message may be irrelevant in scripting I think "fossil rm" should at least return an error code on wrong usage. Best Regards, Johan > > -Venkat > > > > > > On Fri, Jul 14, 2017 at 12:56 AM, Johan Kuuse <jo...@kuu.se> wrote: >> >> On Thu,

[fossil-users] Patch for segfault in markdown.c

2017-06-30 Thread Johan Kuuse
Hi, An odd, but valid Markdown document: echo '` `' > oops.md - John Gruber's Markdown: markdown < oops.md - MMD: multimarkdown < oops.md (no trailing newline) - CommonMark: cmark < oops.md Fossil, anyhow, segfaults: printf "%s\n\n" "GET

Re: [fossil-users] Two easy questions

2017-08-16 Thread Johan Kuuse
On Wed, Aug 16, 2017 at 7:19 PM, Stephan Beal wrote: > On Wed, Aug 16, 2017 at 7:17 PM, David Mason wrote: >> >> Wow... longest thread I've ever seen. > > > Naw - there've been a few longer ones. > >> >> Then go to >>

[fossil-users] Patch: Doctype for HTML5

2017-06-12 Thread Johan Kuuse
Hi, A patch to include DOCTYPE html (HTML5) in web GUI where missing. Also deleted tags (which are XHTML specific, and invalid in HTML5). Best Regards, Johan Index: ajax/index.html == --- ajax/index.html +++ ajax/index.html @@

[fossil-users] Patch: Line break for HTML5

2017-06-23 Thread Johan Kuuse
Hi, Another patch to adapt content to HTML5. Replaces with Alternative to patch: find . -type f -print0 | xargs -0 perl -pi -e 's///g' Best Regards, Johan Index: skins/black_and_white/header.txt == ---

Re: [fossil-users] User-defined config values

2017-06-25 Thread Johan Kuuse
El 25 jun. 2017 13:45, "Florian Balmer" escribió: Thank you very much for your reply. I have found two simple ways to plant a `default-homepage' tag on unversioned wiki pages, so that the script to update the wiki pages can just search for the tag in the output of

Re: [fossil-users] "fossil http" doubts

2017-06-07 Thread Johan Kuuse
On Tue, Jun 6, 2017 at 6:15 PM, Richard Hipp <d...@sqlite.org> wrote: > On 6/6/17, Johan Kuuse <jo...@kuu.se> wrote: >> Hi, >> >> Is there any way to access the Fossil built-in webpages using the "fossil >> http"? >> In the exampl

Re: [fossil-users] Patch for setup.c - Was: "fossil http" doubts

2017-06-08 Thread Johan Kuuse
Found another one in tkt.c BR, Johan On Thu, Jun 8, 2017 at 7:10 PM, Richard Hipp <d...@sqlite.org> wrote: > On 6/8/17, Johan Kuuse <jo...@kuu.se> wrote: >> Hi, >> >> Playing around with 'fossil test-http' I found an error in the >> /setup_adunit outpu

[fossil-users] Patch for setup.c - Was: "fossil http" doubts

2017-06-08 Thread Johan Kuuse
Hi, Playing around with 'fossil test-http' I found an error in the /setup_adunit output. Patch attached, BR, Johan On Wed, Jun 7, 2017 at 4:16 PM, Johan Kuuse <jo...@kuu.se> wrote: > On Wed, Jun 7, 2017 at 3:50 PM, Warren Young <war...@etr-usa.com> wrote: >> On Jun 7, 20

[fossil-users] Help messages in add.c

2017-06-06 Thread Johan Kuuse
Hi, The following commands, executed without any arguments, are mute: f add f rm f delete f forget IMHO, they should show a help message instead. Best Regards, Johan fossil diff --unified Index: src/add.c == --- src/add.c +++

Re: [fossil-users] "fossil http" doubts

2017-06-07 Thread Johan Kuuse
On Wed, Jun 7, 2017 at 3:50 PM, Warren Young <war...@etr-usa.com> wrote: > On Jun 7, 2017, at 7:42 AM, Johan Kuuse <jo...@kuu.se> wrote: >> >> 2. I want to validate the web pages: Validate the HTML, check for >> broken links, etc, using for example the W3C vali

Re: [fossil-users] "fossil http" doubts

2017-06-07 Thread Johan Kuuse
M, Stephan Beal <sgb...@googlemail.com> wrote: > On Wed, Jun 7, 2017 at 8:48 AM, Johan Kuuse <jo...@kuu.se> wrote: >> >> My idea is to make a script which parses the output from all builtin >> pages. > > > Be aware that fossil makes NO GUARANTEES about the stabil

Re: [fossil-users] "fossil http" doubts

2017-06-09 Thread Johan Kuuse
> A test case that validates all of the HTML output would be great. That > should be content agnostic, of course, so that it can be maintained without > requiring a lot of work for new versions. IMHO, the W3C HTML Validator https://validator.w3.org/ has always done a good job for validating

Re: [fossil-users] "fossil http" doubts

2017-06-09 Thread Johan Kuuse
> A test case that validates all of the HTML output would be great. That > should be content agnostic, of course, so that it can be maintained without > requiring a lot of work for new versions. IMHO, the W3C HTML Validator https://validator.w3.org/ has always done a good job for validating

[fossil-users] "fossil http" doubts

2017-06-06 Thread Johan Kuuse
Hi, Is there any way to access the Fossil built-in webpages using the "fossil http"? In the example below, I try to access the /setup page from localhost, but it seems I don't get authorized. Instead I get redirected to the /login page. Best Regards, Johan fossil setting | grep localauth

Re: [fossil-users] Shameless self-promotion

2017-09-14 Thread Johan Kuuse
On Thu, Sep 14, 2017 at 5:55 PM, Richard Hipp wrote: > If you'd like to help promote Fossil to unwashed masses who are still > using Git, perhaps like or retweet > https://twitter.com/robmurrer/status/908080904781869056 :-) Working in a 115,000 employers 3G/4G/5G international

Re: [fossil-users] Shameless self-promotion

2017-09-14 Thread Johan Kuuse
Comments among Git users that I often hear are basically limited to two questions: 1. Is there no 'rebase' command? 2. Don't you get commit hooks out-of-the-box? The first question I vaguely answer with "The Fossil filosophy is different", but I would like to have a stronger argument against

Re: [fossil-users] fossil-users Digest, Vol 116, Issue 11

2017-09-17 Thread Johan Kuuse
El 17 sept. 2017 2:01, "Ron W" <ronw.m...@gmail.com> escribió: On Sat, Sep 16, 2017 at 8:00 AM, <fossil-users-requ...@lists.fossil-scm.org> wrote: > Date: Sat, 16 Sep 2017 01:15:25 +0200 > From: Johan Kuuse <jo...@kuu.se> > Subject: Re: [fossil-users] Shame

Re: [fossil-users] Shameless self-promotion

2017-09-15 Thread Johan Kuuse
El 16 sept. 2017 0:39, "Warren Young" <war...@etr-usa.com> escribió: > On Sep 14, 2017, at 11:12 PM, Johan Kuuse <jo...@kuu.se> wrote: > > I would like to have a stronger argument against rebasing, preferrably with an example. It’s been hashed over here on the

Re: [fossil-users] [fossil-dev] Backout the --no-dir-symlinks option. Was strange problem with graphical diff

2017-08-24 Thread Johan Kuuse
Hi, Minimal fix: remove unused variable in Check-in [92ea6183] Index: src/file.c == --- src/file.c +++ src/file.c @@ -626,11 +626,11 @@ ** ** On success, return zero. On error, return errorReturn if positive, otherwise ** print

Re: [fossil-users] toc.tcl

2017-08-21 Thread Johan Kuuse
On Sun, Aug 20, 2017 at 7:24 PM, Andy Goth wrote: > On 08/18/17 07:38, Dewey Hylton wrote: >> >> I predict this to be the best email I receive today. >> >> My first thought was "This is like paid support!" >> My second thought was "Wait ... paid support has *never* been

[fossil-users] Minor typo in last commit

2017-10-19 Thread Johan Kuuse
Index: www/th1-hooks.md == --- www/th1-hooks.md +++ www/th1-hooks.md @@ -33,11 +33,11 @@ TH1 Hook Related Variables for Web Pages * web\_name -- _Name of web page being rendered._ - *

Re: [fossil-users] Trolling GitHub for ideas

2017-11-27 Thread Johan Kuuse
On Mon, Nov 27, 2017 at 1:18 PM, Stephan Beal wrote: > On Mon, Nov 27, 2017 at 10:50 AM, Javier Guerra Giraldez > wrote: >> >> ideally, on any diff view (a commit, a diff between two versions, a >> merge preview), i'd like to add comments right there,

Re: [fossil-users] A-B comparison of proposed timeline changes

2017-11-28 Thread Johan Kuuse
On Tue, Nov 28, 2017 at 3:07 AM, David Mason wrote: > I would like yesterdays with a bit of whitespace between commit comments. > > Also someone liked the original because the checkin tag was in a > predictable place. If you put the tag last in the extra information it >

Re: [fossil-users] Fossil-NG Bloat?

2017-11-24 Thread Johan Kuuse
On Fri, Nov 24, 2017 at 11:55 AM, Richard Hipp <d...@sqlite.org> wrote: > > On 11/24/17, Johan Kuuse <jo...@kuu.se> wrote: > > I agree on that we would give up Fossil semantics. > > I have no intent to "give up" or change the semantics of Fossil, and I >

[fossil-users] Patch for www/style.wiki

2017-11-22 Thread Johan Kuuse
Hi, A minor patch for the enumeration in www/style.wiki. Included a proposal for a few comments about ANSI C-89. Best regards, Johan Index: www/style.wiki == --- www/style.wiki +++ www/style.wiki @@ -1,63 +1,89 @@ Coding Style

Re: [fossil-users] Timeline comments ignore all newlines AGAIN...

2017-12-19 Thread Johan Kuuse
On Tue, Dec 19, 2017 at 2:37 AM, wrote: > Came back to this after dinner. > The introduction of new Timeline classes(Modern,Compact,Verbose,Columnar) > means there is no catch-all for timelineComment. > So, I cut and paste in the CSS for each possible case. > /* Enable

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-12 Thread Johan Kuuse
On Tue, Dec 12, 2017 at 5:19 AM, Warren Young wrote: > On Dec 11, 2017, at 9:01 PM, Steve Landers wrote: >> >> The slightly lighter gray has the downside of not being visible by many folk with diminished contrast perception. > > I’d worry more about

[fossil-users] Patch: tech_overview.wiki

2017-10-27 Thread Johan Kuuse
Hi, There are a few broken links in the Technical Overview Wiki page: Index: www/tech_overview.wiki == --- www/tech_overview.wiki +++ www/tech_overview.wiki @@ -53,11 +53,11 @@ checkout for a project and contains state

[fossil-users] Possible Markdown memleak

2017-10-27 Thread Johan Kuuse
Hi, I think the two blobs used for markdown input and output (rendered HTML) aren't free()'d properly. This patch only applies to test_markdown_render(), but the same behaviour may occur at other places where markdown_to_html() is called. BR, Johan Index: src/wiki.c

[fossil-users] Mini-HOWTO: rtags + Emacs + Fossil

2018-04-05 Thread Johan Kuuse
Hi, This mail is focused to Emacs users on *NIX platforms who are browsing the Fossil source code. I have recently started using rtags, a powerful source code indexer for C and C++, and just wanted to share my positive experiences. Read more at https://github.com/Andersbakken/rtags I attach an