I installed SVN on a Windows 2008 server, everything works like it should, except that everybody knowing the structure and the server IP can check stuff out. How do I protect the SVN content? I am using TortoiseSVN as client. Do I use the authz file for that?
Thanks!
authz is for apache-hosted subversion. You need to create a users file in your repository’s conf directory with
user = passwordpairs and then reference it from your svnserve.conf file. From the online book: