Hi
Currently we access our repo via svn:\, but recently the need to access a restricted set of files via http:// has arisen. We have certain raw html and txt files which we need to display directly from the repo using http://.
Our repo is hosted by the svnserve process on a windows server and ALL access is on an INTRANET so there's no major security risks, as it would have been the case if our repo was acsessible over the internet.
I was thinking about restricting access using svnauthaccess:
# deny all access to everything [svn:/]
* =
# allow only read of
[svn:/ProjX/trunk/Doc/some.txt]
[svn:/ProjY/trunk/Doc/info.html]
Is there any way to do this, without have to install Apache first? Something like: http://svnserver:8080/svn/ProjX/trunk/Doc/some.txt
Kind regards Garrett