Hello,
I've just installed SVN on my DA server and compiled/included all required modules. Now, I wonder how to configure repositories on per-user basis.
By default, every SVN tutorial uses httpd config like that:
<Location /svnlocation>
DAV svn
SVNPath /pathtosvnrepo
...
...
</Location>
BUT, the Location section makes /svnlocation available on all domains being hosted which is not what I want it to be.
Does anyone know how to provide Subversion for every user separately so that I could make separate repositories?
Thanks for any suggestions!
I've just installed SVN on my DA server and compiled/included all required modules. Now, I wonder how to configure repositories on per-user basis.
By default, every SVN tutorial uses httpd config like that:
<Location /svnlocation>
DAV svn
SVNPath /pathtosvnrepo
...
...
</Location>
BUT, the Location section makes /svnlocation available on all domains being hosted which is not what I want it to be.
Does anyone know how to provide Subversion for every user separately so that I could make separate repositories?
Thanks for any suggestions!