Mac OSX LION and Snow Leopard come with an SVN server by default. A simple tutorial can be found here.
Basically you will use the command line environment (shell). No graphical user interface.
To create a repository problem, run the following command
svnadmin create MyFirstRepository
This will create a repository with the above name in the current folder.
The next step is to import the directory. Use this command
svn import destination-folder file:///path-to-repository -m "Initial Import"
The third step is to check what you just checked.
svn checkout file:///path-to-repository destination-folder
hmd Apr 6 2018-12-12T00: 00Z
source share