Use alternative browser with Subversion URLs

Posted by Mark Howard on Stack Overflow See other posts from Stack Overflow or by Mark Howard
Published on 2011-02-01T15:23:21Z Indexed on 2011/02/01 15:25 UTC
Read the original article Hit count: 214

Filed under:
|

We have subversion setup with http access through apache at http ://svn.local/ This provides access through svn clients and the standard svn repository browser. We also have a separate repository browser installed at http ://svn-browser.local/ (fisheye in this case).

Is it possible to change the subversion/apache server so that browser requests are redirected to the subversion browser, but requests from svn clients go to the subversion server? Essentially, I'd like to use a single URL to identify a resource in both svn clients and the svn browser and be able to copy the url from a svn client into a web browser to have the enhanced functionality provided by the browser.

© Stack Overflow or respective owner

Related posts about svn

Related posts about fisheye