Project

General

Profile

How to configure a relative repository path for a project's SCM setting

Added by Al Burns over 11 years ago

I am in the process of upgrading our Redmine installation from V0.8.0 to V2.1.3 on a brand new VM and have integrated the ability to browse a subversion repository for a project.

Under the old Redmine installation, the path to the repository under the Project -> Settings -> Repositories -> Repository field is set as (for example): "svn://RedmineServer:3000/Project/MyProject", however, under the new V2.1.3 installation I have to set the repository path in the format: "svn://localhost/full/path/to/repository/Project/MyProject" in order to view the repository contents for the project.

How can I configure this to use a relative path similar to our old installation, i.e. something like: "svn://localhost:3001/Project/MyProject" ?

Many thanks.