[14:01] Hello #bzr [14:02] I have checkouted a branch from my machine to a distant machine. My machine had the IP 192.168.100.109. [14:02] Then I changed the IP of my machine to 192.168.100.131, and now I can no longer commit from the distant machine, probably because it still keeps the old IP in its config. [14:03] https://gist.githubusercontent.com/ychaouche/956d225727817d82ea3f/raw/f7c5e852a2533030b4c0a6bb52e8bd93ab0b3460/gistfile1.txt [14:07] I can't even do a switch now : I tried a bzr switch but it also times out.I [14:07] oops, wrong paste : https://gist.githubusercontent.com/ychaouche/b723dc782d28f795795b/raw/119c324711ede412ce1895f3b640862b899ac5fc/gistfile1.txt [14:14] Had to checkout to another directory, manually copy modified files to that directory, commit. [14:14] If there's a shortcut for this I think I would benefit from it.