Fossil Forum
Forum
https://bugs.debian.org/1105310 reports a build failure with `make --shuffle=reverse`, this can be fixed by the judicious addition of a few more `mkdir -p` lines. ``` Index: tools/makemake.tcl =====…
Hi, I'm trying to configure a repo with autosync from/to 2 local remotes. ```plain $ fossil remote ls Remote1 file:///dir1... Remote2 file:///dir2... default file:///dir1... ``` When I run `commit …
Greetings. I believe some of us will be happier for a default value of 'y/Y' for these prompts: >accept this cert and continue (y/N/fingerprint)? an ENTER will be as if entering y/Y[ENTER] and >r…
This is my first post so I want to thank the team first for creating Fossil and SQLite and making these excellent one-of-a-kind tools freely available for all. I am attempting to set up a Fossil se…
I have started a vibe-coded fork of [Zed](https://zed.dev) to add support for Fossil. Zed is a really nice IDE but it can’t be extended like VSCode, hence the fork. FZed can clone, open, view diffs,…
Apparently Fossil Forum delivered two messages that have identical content in the body but differing timestamps, Message-id, and what's even more strange, different forumpost identifiers. …
Scenario: 1. Run `fossil commit` 2. Type in a detailed check-in comment. 3. The check-in aborts because (for example) another developer checked in ahead of you. After you "`fossil …
I performed a **sync** operation with my local fork of fossil between desktop and home fossil server and saw this output: ```shell $ /usr/bin/fossil sync --once paranor Sync with http://paranor.inte…
Prompted by a question about committing from the Fossil UI: I started using Fossil in 2017, and one of the reasons I chose it was because it had a nice point and click style add-on called [Fuel](htt…
I received a complaint from a user that he got an error when trying to self-register his usual account name: "This User ID is already taken. Choose something different." However, looking at the exis…
I'm looking for how to format a post so that the text is justified to a fixed width, like [this post]( https://fossil-scm.org/forum/forumpost/cc64dbea7e070c97) for instance.
I know I must be looking right at it but I cannot figure out how to do a commit from the ui/webserver. The drop down hamburger/Checkout Status shows that there are changes to files but I see no wher…
Hi, I'm testing out migrating from git to fossil for some private projects and I'm experimenting with my backup workflows right now. Everything is self-hosted on my local network, with off-site backu…
As of v. 2.28 the 'Notes On Privileges And Capabilities' text on the /setup_uedit page still has this: > The **Delete** privilege give the user the ability to erase wiki, tickets, and attachments t…
* go to /wikinew * enter some page name with ö * click "Create" What I would expect: * editor opens for new page (2026-05-15 15:59:20: You are editing a new, unsaved page: aaa) * upon Save & Close …
* switch to "default" skin * go to https://fossil-scm.org/home/whistory?name=Apache+On+Windows+XP * see the duplicate header "History of ..." * switch to Etienne skin * go to https://fossil-scm.org/h…
I've distilled this documentation to get AI to stop failing at Pikchr generation. The end of the document has specific prompts that may be more focused for particular issues. Maybe the official Fos…
Someone reported that in Firefox on Android, the captcha is very hard to impossible to read. Is this a known problem, or did something change recently? : ``` ⬥ fossil tag ls typos branch=typos typos ⬥ fossil tag ls --raw typos branch=typos sym-trunk sym-…
I tracked it down to [e561cfd47e](https://fossil-scm.org/home/info/e561cfd47e) which just switch to `target='_blank'` without any rationale. I can't recall how web browsers were used at the time but…
I noticed that when I have a big repository with lots of updates that haven't been synced in a very long time, the performance of fossil sync is pathologically bad compared to just deleting the local…
There was a patch in November, which added the "-?" argument, but also put in a newline: https://fossil-scm.org/home/fdiff?v1=838a7f1b39e81ee0&v2=733bfcc6eb9bbb69 zsh expects, because of the newlin…
I had hoped, with the granularity of permissions that Fossil features, that it would be possible to set up a repo so that "anonymous" gets no access at all, but that "nobody" could "read"/see specifi…
Fossil of course has bundles and patches for sharing changes, but is there any better mechanism besides using textual patches or base64 encoding a binary patch into e.g. a forum post for sharing them…