I'm not too familiar with this, and not a network administrator in general, but I am attempting to set up multiuser access to an svn repository on a local server.
So far I have installed subversion via
cd /usr/ports/devel/subversion
make install clean
Now I'm looking at how to configure and set up repositories and access. I have looked at the greatly useful SVN Book, however I'm looking for any examples/tutorials specific to FreeBSD.
The access to the respositories has to be via SSH.
Any advice would be appreciated.
Thanks.