When i paste my subversion url "https://DomainName/svn/ProjectName/" in the browser , it has been changed to "https://DomainName/!/#ProjectName/". But subversion url is been working perfectly when accessing the project through svncheckout .please provide me a guidance to resolve this problem asap.
Asked
Active
Viewed 109 times
0
-
What is causing it to change? The browser, or a webserver-issued redirect? – womble Sep 09 '15 at 08:49
-
it happens while redirecting browser – user310337 Sep 09 '15 at 08:57
1 Answers
2
This is feature of VisualSVN Server, not Subversion itself: it automatically redirects you to rich web interface with syntax highlighting, log viewer etc. You may find Subversion URL by clicking on "Checkout" icon on top-right:
You may disable redirecting to rich web interface if needed:
- Start VisualSVN Server Manager
- Select Properties in context menu for root node
- Remove "Enable automatic redirection from the legacy web interface" checkbox on "Web Interface" page.

Ivan Zhakov
- 1,836
- 14
- 15