• BB_C@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    5 hours ago

    The project description reminded me of a project I saw years ago. I looked it up, and I’m pretty sure it was oxen, which is surprisingly still going, although their hub looks half-dead.

  • VitoRobles@lemmy.today
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    14 hours ago

    I was trying to figure out it’s use-cases

    Lore is a next-generation open source version control system maintained by Epic Games. Designed for unprecedented scalability—both in terms of data size and the size and distribution of teams and repositories—it is especially optimized for projects that combine code with large binary assets, such as those found in the games and entertainment industries.

    Oh yeah this is solving a huge problem. Games struggle with versioning because of the limits in place of git.

    • JustEnoughDucks@slrpnk.net
      link
      fedilink
      arrow-up
      3
      ·
      4 hours ago

      This would also be good for MCAD maybe? It also has a ton of binary blobs often from git’s perspective.

      I didn’t know about git LFS (which doesn’t record the history of the files IIRC, just gives a pointer to larger bucket storage), so one of my projects ballooned to 1.2GB and took a lot of time to sync and then doubled when I tried to move to LFS and delete the history of those files, but at least it is fast as hell to push and pull now.

  • Kairos@lemmy.today
    link
    fedilink
    arrow-up
    10
    arrow-down
    4
    ·
    14 hours ago

    This won’t gain traction no matter how good it is because it isn’t git.

    • Lydia_K@lemmy.world
      link
      fedilink
      arrow-up
      12
      arrow-down
      1
      ·
      11 hours ago

      It’s specifically for the kinds of things git is bad at. Try running a large unity project with git and you’ll feel the pain, it works, but not well and with lots of struggle along the way. I’m not smack talking git here, it’s just that git wasn’t designed for that kind of thing.