SVN : how to change hostname?
Posted
by elon
on Server Fault
See other posts from Server Fault
or by elon
Published on 2010-05-29T09:45:20Z
Indexed on
2010/05/30
4:34 UTC
Read the original article
Hit count: 338
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)
© Server Fault or respective owner