I’m dev a PHP website. If we use file system based repo in server, then we can use it as the website root.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A file based repo doesn’t provide you really readable file contents which you could use for serving them as a website.
Serving a SVN repo via http requires Apache and the according Apache module.
If you are using VisualSVN (as your tag suggests) you will have everything in place already.
If you want to serve your repo without VisualSVN you will need to export your repo content regardless wether it is db-based or file-based.