A walkthrough
Setup the Directory Svn/Repos
Use the passwd util to make the passwd file in Apache2/conf directory.
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath "C:\Svn"
#SVNPath "C:\Svn"
AuthType Basic
AuthName "Subversion Repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>
...
LoadModule authz_svn_module modules/mod_authz_svn.so
From tortoiseSVN client:
#1 Did this a loong time ago.
#2 It's working, but still learning