SVN : how to change hostname?

Posted by elon on Stack Overflow See other posts from Stack Overflow or by elon
Published on 2010-05-29T09:45:20Z Indexed on 2010/05/29 9:52 UTC
Read the original article Hit count: 159

Filed under:
|

I'd like to sep up SVN repo on local machine. But we already have apache running under localhost. When I use instalator form subversion site with apache option it installs another apache and when I type "localhost" in browser I see this new apache (not the old one).

Question is how to run this new apache under other host name. When installing it asks about it, so I set different name, but it still works under localhost (nothing happens). I'd like to have access to svn via URL e.g. "svnrepo" not "localhost". What can I do about it? Which lines of config should be changed (and/or what's more should be changed?)

Another way I'm thinking of to solve this problem is to integrate this svn-apache module with mine apache. But still I don't really know how to do it (my apache is 2.2.6)

© Stack Overflow or respective owner

Related posts about svn

Related posts about hostname