• Fred@programming.dev
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 years ago

      CVS is the authoritative repository of code, and they recommend to users to use that or reposync (built atop of CVS) to keep their system updated.

      There is also a GitHub mirror , and got is an OpenBSD project, and I suspect a number of devs use one of those for local work until it’s time to push the changes to the authoritative tree.

    • rhabarba@feddit.orgBannedOP
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      3
      ·
      2 years ago

      Yes, it is, because it does the job. Why exactly shouldn’t they?

      • chellomere@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 years ago

        For example, maybe branching is something you’d like to be able to do without it being a nightmare?

        • rhabarba@feddit.orgBannedOP
          link
          fedilink
          English
          arrow-up
          9
          ·
          2 years ago

          OpenBSD seems to be able to have branches (CURRENT and STABLE), and they seem to be able to manage them just fine.