How do I list all my subversion repositories on a html page? All repositories are located in a root folder.
I want to list them as a link list to get a overview of my repositories and to have easy access to them.
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.
In your Apache httpd.conf try:
See redbean
Where /usr/local/svn becomes your repository parent folder.
Edit: I’m assuming that you use a dedicated folder for the single purpose of locating your repositories ie. you don’t put anything else in there.