proxy - We need to migrate SVN to a new server but need to keep original hostname in URL -
the original server hosting several services besides subversion, , cannot change hostname. many existing build scripts have change if use new host name in url. there way use network proxy or redirect svn:// traffic directed @ original host new host?
if you're interested in subversion port 3690, simple tcp proxy application such datapipe trick.
if you're willing change server name (once), recommend changing logical name such subversion
or something, urls read svn://subversion/repo/...
. changing location of server changing 1 logical host address.
Comments
Post a Comment