CVCSs are commonly used for monorepos and large repositories. The most popular FOSS option is Subversion, although it may not be favored by all programmers and users. Perforce is another option, but it is a proprietary system.

  • Lung
    link
    fedilink
    305 months ago

    Uh obviously still git, which is used as a centralized repo 99% of the time. Why does this post read like it’s AI generated?

    • @UnsafeOP
      link
      45 months ago

      It has been translated by an AI, rather than generated by one.

  • war
    link
    fedilink
    165 months ago

    I feel like this is a prank of some sort?

  • @xoggy@programming.dev
    link
    fedilink
    75 months ago

    What is it you need that a centralized version control system offers that a distributed version control system doesn’t? For instance you could use git or pijul for a monorepo.

    • @UnsafeOP
      link
      25 months ago

      Ability to clone only certain parts of a repo. Git has shallow and partial clones, but they don’t feel like the right tool for large/mono repos.

      • Lung
        link
        fedilink
        45 months ago

        Git provides subtree (and submodules) which enable this with some planning

  • Kata1yst
    link
    fedilink
    75 months ago

    Git, Mercurial, Subversion, and Fossil are the ones i know. Git is so far in the lead it’s hard to even mention the others in the same sentence.

    • @UnsafeOP
      link
      -15 months ago

      From what I understand, Fossil VCS is a distributed version control system, rather than being centralized.