1
votes

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

2

2 Answers

3
votes

The URL will depend upon how your server is exposed to the internet, and how you are serving the repository (svnserve, svnserve via ssh, HTTP, HTTPS).

If you have not set up a server yet (it sounds like you haven't), start here. You may find it more convenient to set up a pre-built server package such as uberSVN or Subversion Edge

1
votes

It can be found under

svn://HOST/pathtorepository