[15:27] Hello #bzr [15:28] I made a checkout once from a remote machine which had a static IP, now the network is DHCP and I can no longer commit. What do you advise to make the repo local ? [15:29] I can't commit because when I do it tries to reach the remote machine with the old IP [15:29] I would like to turn the checkout into a local thing so that commits would be local. [15:29] bzr unbind will remove the remote location [15:30] Or for one-offs you can bzr commit --local ... [15:30] * ychaouche should have made a branch, he knows now. [15:31] Thanks LeoNerd [15:31] will unbind once and for all [15:31] The only -real- difference between branch and checkout is the boundness of it [15:31] a checkout is a bound branch; bzr co is really just bzr branch followed by bzr bind [15:32] interesting [15:33] And a bound branch is basically just one in which commit becomes an atomic "commit locally then push" operation [15:33] Atomic, because if the push operation would fail because upstream is updated, then local commit doesn't happen === faenil_ is now known as faenil === faenil is now known as faenil_ === superfly is now known as who_da_fly === who_da_fly is now known as superfly === faenil_ is now known as faenil