I have a beginner question with an SVN repository under Bitnami's Subversion and a Redmine stack.
I have the following in a Linux server: opt/Subversion-1.7.5.0 opt/Redmine-2.2.2.0 opt/MYREPO
I used svadmin create MYREPO
.
I can add the repository to a Redmine project in the browser administration. It accepts file:///opt/MYREPO
.
I would like to work with this repository from another computer, through the Internet. (checkout, commit, etc.) How can I achieve this? What is the address of the said repository? (For example, what URL should I type in if I try to access the repository over the web?)
Thanks for the help, Sziro