Defect #4879
closedCan't navigate in subversion if the address of the repository is not the root
0%
Description
Hello,
If I set as address for a subversion repository a subdirectory of the root repository (e.g. svn://svn.host/repos1/subdir
), when I want to navigate into the repository with Redmine browser (for example in the subsubdir
of subdir
), I get the following error:
The entry or revision was not found in the repository.
And the url in the navigator bar is looking like:
https://host/redmine/projects/project1/repository/show/repos1/subdir/subsubdir
Instead of:
https://host/redmine/projects/project1/repository/show/subsubdir
(which work!)
I am not sure of the exact version (I do not administrate the install) but it should be 0.9.1, 0.9.2 or 0.9.3…
Thank you.
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
Can not reproduce with latest 0.9-stable. Works fine with an url that points to a svn subdirectory.
Updated by Victor NOEL almost 15 years ago
You are right, I forgot we were using subversion_libsvn_adapter !
Updated by Victor NOEL almost 15 years ago
For the record, we are using Redmine 0.9.2 and disabling the plugin subversion_libsvn_adapter fixes the problem.
The bug has been reported to its author: http://github.com/pplr/redmine-libsvn/issues/#issue/2