Project

General

Profile

A strange behaviors with scm management

Added by Jacques Foucry over 11 years ago

Hello folks,

I use redmine 1.4.6 on a Debian 6.0.3 with MySQL 5.1.61 and svn 1.6.12.

Some of my project are bind to the svn repository in order to browser changesets.

When I select a project then click on the Repository tab I have this error:

"The entry or revision was not found in the repository."

I read that I have to change the svn binary path into adapaters/subversion_adapter.rb, and I made this change.

The strange behavior is: when I add /revisions to the url, I actually can browser the changeset, It work perfectly.

https://todo.example.com/projects/it/repository -> NOK
https://todo.example.com/projects/it/repository/revisions -> OK

In fact the url provide by the tab is wrong.

How can I change it?

Thanks in advance for you help.
Jacques