|
916.
|
|
|
There are two ways to work on bzr. Either, you make a checkout, either you create a local branch.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:49
|
|
917.
|
|
|
Checkout method::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:51
|
|
918.
|
|
|
Creating a branch::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:57
|
|
919.
|
|
|
In any cases, when you experience some problems, you can do::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:63
|
|
920.
|
|
|
or ``bzr help <command>``. e.g.::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:67
|
|
921.
|
|
|
Some problems
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:72
|
|
922.
|
|
|
Checkout does not work, I have this message error::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:74
|
|
923.
|
|
|
There are two ways to correct it.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:79
|
|
924.
|
|
|
Instead of using ``bzr co lp:~<url>``, use ``bzr co bzr+ssh://<yourlaunchpad login>@bazaar.launchpad.net/~<url>``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:81
|
|
925.
|
|
|
you can check this url: https://bugs.launchpad.net/bzr/+bug/205579. Generally, you do::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/contribute/bazaar_faq.rst:83
|