I would like to introduce you lovely OpenSource Lovers to a GIT-Alternative called FOSSIL that I also stumbled upon because of this Blog.<br> It’s basically opensource Github-in-a-box which means it’s an SCM with:

  • Bug-tracker
  • Ticketting-system
  • Forum
  • Wiki-system
  • even a Chat-functionality
  • Has built-in GUI
  • Also has a Web-Server
  • Self-Hostable like Gitea/Forgejo

& the best part it’s all in ONE STANDALONE FILE!!! which is extremely lightweight which you can copy to your $PATH & works even in crappy internet. how cool is that!!

However this tool supports a completely different style of development in FOSS called the “Cathedral-Style” whereas GIT suports a “Bazaar-Style”<br> The person behind Fossil is the creator of SQLite, <u>Dr.Richard Hipp</u> & they even made other projects to support Fossil like a PIC-Like language called PikChr<br> Well just in case; here’s a list of difference between Git vs Fossil<br> & guess what!! they even have a hosting service called CHISEL

Listen; Just check it out & use it for fun in your spare time even with the flaws it has (& Try out Darcs & Pijul as well)

  • @TrickDacy
    link
    551 month ago

    What about git needs replacement?

    • @[email protected]
      link
      fedilink
      121 month ago

      Seems like a historic artefact to me as well. And one of their mentioned points was “no sync via http” which even for 2006 makes me… hesitant.

      And their history section ends in 2007, couldn’t find a feature comparison in their quick start guide.

    • kingthrillgore
      link
      fedilink
      5
      edit-2
      1 month ago

      Git is far from user friendly but that’s a design consideration from a decentralized architecture. Fossil will have the same considerations. People need to learn how to use Git.

      The problem is there’s only one person who really knows how to use it: Linus.

      • @[email protected]
        link
        fedilink
        131 month ago

        I’m so fuckin tired of hearing x is user unfriendly, it’s not intuitive enough.

        Like fuckin yeah. Sometimes you have to actually learn something new to use something new when I first started driving it wasn’t user friendly. I had to learn how to do it

        • Pup Biru
          link
          fedilink
          English
          7
          edit-2
          1 month ago

          git is exactly as unfriendly as a distributed source control system that doesn’t shy away from power user commands needs to be

          … sure it’s difficult to comprehend, but yknow what’s worse? getting into a bullshit situation and having broken garbage repos in every other “user friendly” system on the planet

        • @[email protected]
          link
          fedilink
          galego
          41 month ago

          Nah, git has a bad command line UX. Which is why the developers are working to make it better, i.e. moving from checkout to switch.

      • @[email protected]
        link
        fedilink
        111 month ago

        I remember Linus saying in an interview that he’d only really been involved in git for the first 6 months or so and that the other devs had managed it without him since then. This makes sense - Linus’s creations aren’t successful because he’s the only person who understands them, they’re successful because there are so many other collaborators on them.

      • @[email protected]
        link
        fedilink
        31 month ago

        does he? i was under the impression that linus considers it just as stupid as everybody else and its existence is somewhat unsettlingly like a separate organism that lives in our collective brain activity…

    • ZeroOneOP
      link
      -31 month ago

      deleted by creator

      • @TrickDacy
        link
        121 month ago

        Isn’t that by design? I believe the intention was to offload that capability to an existing solution, usually ssh.

        • ZeroOneOP
          link
          -91 month ago

          Yeah & for that we have to deal withe Dependency hell Look at the size of Fossil & compare

          • Fushuan [he/him]
            link
            fedilink
            English
            121 month ago

            What? Since when has ssh been a negative? Regardless of VC if you work on remote machines you need SSH, fullstop. I won’t take you seriously if you think otherwise sorry.

            • ZeroOneOP
              link
              -151 month ago

              Why do you NEED a new tool like SSH when you can just tinker/upgrade the old & battle-tested one ??

              • Fushuan [he/him]
                link
                fedilink
                English
                101 month ago

                1995 is new to you? SSH is useful for way more thing than version control, you should be using it when interacting with remote servers in one way or another.

                You must be trolling. I can’t believe you just said that SSH is NOT the battle tested one. I just looked it up, git released in 2005 and fossil in 2006, it’s the newer tool! So, to your comment, literally no U.

                • ZeroOneOP
                  link
                  -91 month ago

                  I was talking about HTTPS & Compared to it SSH is new & I guess calling someone a troll is a knee-jerk reaction these days inorder to avoid scrutiny

                  • Fushuan [he/him]
                    link
                    fedilink
                    English
                    101 month ago

                    HTTPS has way too much bloat for it to be relevant where SSH is used. Its a protocol to send hypertext in a secure way, SSH is a secure shell. Saying that we should use https out of all tools as a SSH replacement is wild.

                    I call you a troll because is my kindest way to say that these opinions that you have are so out of touch with development since more than 30 years that your opinions are just wrong and you are saying them with such conviction that either you are intentionally misleading others for laughs (a troll) or it’s a worse alternative. Yeah I was avoiding having to scrutinize your inability to recognize how the programming world has evolved in the last 30 years. Hell, mobile phones didn’t really exist 30 years ago!

          • @TrickDacy
            link
            71 month ago

            Not sure what that means. Never once heard of git being a problem or large in size. Further, it’s extremely widely supported.

          • @[email protected]
            link
            fedilink
            21 month ago

            Do you live in a world where storage is expensive or rare? Because I more or less forgot the meaning of deleting files.

            Also git does support the git protocol as a server if you really need it.

            • ZeroOneOP
              link
              -6
              edit-2
              24 days ago

              The last time I checked Just because storage is cheap (it’s not where I live) doesn’t give you the excuse to create/use unomptimized garbage<br> All GIT does is versioning (which is Fine), Fossil comparitively has more features that GIT should have but doesn’t (like a “Sync all” repos)

              • @AustralianSimon
                link
                English
                9
                edit-2
                1 month ago

                Are you sure you’re not getting butt hurt by valid critiques?

                • ZeroOneOP
                  link
                  -51 month ago

                  What are these “Valid Critiques” ? You don’t mean “Why should I try out Fossil when I’m used to Git”

                  • @AustralianSimon
                    link
                    English
                    21 month ago

                    I use plane for my personal project ticketing and git is built into all my IDE. Why make it harder because of a random Foss project with opinions.

      • Fushuan [he/him]
        link
        fedilink
        English
        61 month ago

        I must be missing whan you mean by remote/server since pull, fetch, push… All interact with remote copies of the repo.

        • ZeroOneOP
          link
          01 month ago

          As in it’s literally Github-in-a-box you can spin up a web-server with a command<br> (Imagine a git serve command that launches your GitHub instance)

            • ZeroOneOP
              link
              -71 month ago

              Fossil takes seconds, so what’s your point ? Forgejo is not Git though, it’s more like an extension

          • Fushuan [he/him]
            link
            fedilink
            English
            21 month ago

            I really don’t need github in a box sir. I can use the command line just fine and if I need more my code editor interacts with git I show me a fine interface just fine. Spinning up a local web server to see how the vc is going seems like bloat. The Linux mantra is for each tool to be centralised around one task and fossil seems to be overreaching. It looks like they decided on the name appropriately, some old thing not relevant anymore the no one has heard about in a long time, a fossil.

            Addendum: You know that most lemmy clients, even the webview, don’t render the HTML tags, right?

            • ZeroOneOP
              link
              -14
              edit-2
              1 month ago

              That’s cuz most devs are incompetent & unskilled code-monkeys, First of all it’s the UNIX philosophy not Linux & Who decided on what mantra to use ?

              Oh right you apparently

              Fossil can track what you did, Git cannot & as for your Editor what does it do with Git anyway ?