Earlier quoted context omitted.
I know someone[0] who is working on exactly this right now: https://fossilrepo.io/ I don't think he's got public sign ups turned on yet. Maybe hit him up on the Twitter for more info. [0] - https://x.com/ragelink
There's also "Chisel - Fossil SCM Hosting". "This service is completely free and run because a service like it should exist." https://chiselapp.com/ "All public repositories": https://chiselapp.com/repositories/ I don't know if it has all the GitHub features people may be looking for. Chisel runs on Flint, "The ISC licensed codebase behind http://chiselapp.com .": https://chiselapp.com/user/rkeene/repository/flint/in…
Before GitHub
141–150 of 255 posts
Re: Before GitHub
#142Re: Before GitHub
#143I am still so salty that Git won out for the average project over Fossil. Sure Git has some performance advantages for massive codebases like the Linux Kernel, but the vast majority of projects will never run into performance limits from their VCS. Fossil’s internal tools (wiki, forum, tickets , etc) are just so useful to have versioned with your code in one file. I use Fossil for all my freelance work and it so easi…
Funny timing — I've been working on a hosted Fossil service to scratch this exact itch. The integrated wiki+forum+tickets+code is killer for small teams, but most people who'd pick Fossil don't actually want to babysit a server. So we host it. Two things I keep coming back to: (1) The "opinionated / small-teams only" critique others have raised in this thread is real, and I think Fossil should own it instead of fight…
Re: Before GitHub
#144Re: Before GitHub
#145Thankfully, this doesn’t have to be the case – Forgejo imports pretty much everything mentioned. (1) Whether you decide to move to Codeberg or host your own instance, you won’t have to lose the context.
But I definitely agree we should also have a metadata archive of some sort, for both GitHub, Codeberg, and self-hosted projects.
(1): Not sure about code reviews, and you don’t get the security advisories, though I’m sure it can be replicated with a CI workflow somehow?
Re: Before GitHub
#146Re: Before GitHub
#147But as I say, New tech invades the world and makes the perfectly working old tech as incompatible, just by changing the world around it. So git became a necessity imposed.
Re: Before GitHub
#148SVN (subversion) was working excellent for my team, about 20 yrs back. I never saw sufficient justification for the complexity brought in by Git. But as I say, New tech invades the world and makes the perfectly working old tech as incompatible, just by changing the world around it. So git became a necessity imposed.
Re: Before GitHub
#149I am still so salty that Git won out for the average project over Fossil. Sure Git has some performance advantages for massive codebases like the Linux Kernel, but the vast majority of projects will never run into performance limits from their VCS. Fossil’s internal tools (wiki, forum, tickets , etc) are just so useful to have versioned with your code in one file. I use Fossil for all my freelance work and it so easi…
I think this shows that you do not consider all build-up options here. Let me explain that. Could something like github be made with fossil, aka fossilhub? I believe the answer is ... in theory yes, in practice no. So this already means, if correct, the comparison between git and fossil is incorrect here. Fossilhub would not have dominated; git + github on the other hand did. Again, in theory a fossilhub could win ov…
Why? I don’t see any practical reason.
Re: Before GitHub
#150Before we had FTP, which made easy to mirror stuff with "lftp mirror -p".
HTML is not good for archiving.
We have to rethink those protocols so that mirroring is made easy, and "git clone" is not an answer sorry.