svn server setup on macOS Sierra

On macOS Sierra and/or High Sierra, what is the state of svn server? I'm looking to set up a central svn repository (server) on a central mac running macOS Sierra, but I am having diffculty finding any kind of documentation. Do most people go a different route, e.g., use commercially available svn repositories, or roll their own?

Replies

Hello Transini,

Most people use git. If you have your heart set on svn, download it from source (subversion.apache.org), build, and install it. It has plenty of documentation.