/srv/irclogs.ubuntu.com/2016/08/09/#bzr.txt

ychaoucheHello #bzr15:27
ychaoucheI 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:28
ychaoucheI can't commit because when I do it tries to reach the remote machine with the old IP15:29
ychaoucheI would like to turn the checkout into a local thing so that commits would be local.15:29
LeoNerdbzr unbind   will remove the remote location15:29
LeoNerdOr for one-offs you can  bzr commit --local ...15:30
* ychaouche should have made a branch, he knows now.15:30
ychaoucheThanks LeoNerd15:31
ychaouchewill unbind once and for all15:31
LeoNerdThe only -real- difference between branch and checkout is the boundness of it15:31
LeoNerda checkout is a bound branch;   bzr co  is really just  bzr branch followed by bzr bind15:31
ychaoucheinteresting15:32
LeoNerdAnd a bound branch is basically just one in which commit becomes an atomic "commit locally then push" operation15:33
LeoNerdAtomic, because if the push operation would fail because upstream is updated, then local commit doesn't happen15:33
=== 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

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!