Thread: SVN sshtunnel using old lan ip: where to change
i have subversion service setup on computer.
on old lan computer's ip 192.168.0.3.
on new lan computer's ip 192.168.1.76.
when issue svn command picking old ip , giving me ssh error saying there no route host.
set service couple years , not sure svn getting ip from.
i've checked
~/.subversion/config <-only thing did here add non-standard port ssh command
/etc/ssh/ssh[d]_config
, aliases.
know svn might picking old ip , might change new ip.
know can write out ip in command , it'll work shorthand method.
i found soluttion.
need use svn switch command.
syntax:svn switch --relocate old_url new_url
e.g. svn switch --relocate svn+sshtunnel://192.168.0.1/home/bob/fu svn+sshtunnel:/192.168.1.1/home/bob/fu
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] SVN sshtunnel using old lan ip: where to change
Ubuntu
Comments
Post a Comment