I want to create a Subversion repository in my hosted site web space. Is it possible and recommended to do this? If yes, what are the steps involved?
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.
Subversion supports repository access via HTTP(S), but it requires that Apache be configured properly for it (namely, it requires the mod_dav and mod_dav_svn modules to be loaded, the repostiory root to be configured in httpd.conf, authentication to be configured properly, etc. — see the Subversion book for the nitty-gritty).
You’ll need to check with your hosting provider to see if they support this and find out how to set it up with the particular tools/level of access that they give you.