Hello
We've installed SCM-Manager on Windows Server 2016. We change the Basepath to / to eliminate the /scm in the path. Everything is working fine.
But now when we want to view the Repository Browser from TortoiseSVN there is e problem:
- When we call the Reprobrowser on the base URL for all Repositories (
http://server:8443/svn) we receive an error:
In the Log we get this error:
2018-11-21 13:51:41.400 WARN sonia.scm.web.filter.PermissionFilter - wrong request at /svn/ send redirect
When i put a slash at the end it works. (
http://server:8443/svn/) but the TortoiseSVN doesnt accept the last slash.
On our old Server with VisualSVN this scenario was working.
Is this a VisualSVN feature? Or is it possible to configure SCM-Manager to work as expected?
San