|
30.
|
|
|
Get Bazaar version control to pull the source from Launchpad.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:237
|
|
31.
|
|
|
To install bazaar on any ubuntu distribution, you can edit /etc/apt/sources.list by
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:239
|
|
32.
|
|
|
and put these lines in it:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:245
|
|
33.
|
|
|
Here, intrepid, jaunty and karmic are version names of ubuntu, replace it with your ubuntu version.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:261
|
|
34.
|
|
|
Then, do the following
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:263
|
|
35.
|
|
|
To work correctly, bzr version must be at least 1.3. Check it with the command:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:269
|
|
36.
|
|
|
If you have an older version check this url: http://bazaar-vcs.org/Download On debian, in any distribution, the 1.5 version is working, you can get it on this url: http://backports.org/debian/pool/main/b/bzr/bzr_1.5-1~bpo40+1_i386.deb
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:275
|
|
37.
|
|
|
If you experience problems with Bazaar, please read the :ref:`bazaar-faq-link` before asking any questions.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:37
../../source/developer/99_community_book.rst:278
|
|
38.
|
|
|
Working with Branch
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:41
|
|
39.
|
|
|
The combination of Bazaar branch hosting and Launchpad's teams infrastructure gives you a very powerful capability to collaborate on code. Essentially, you can push a branch into a shared space and anyone on that team can then commit to the branch.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/99_community_book.rst:43
../../source/developer/99_community_book.rst:284
|