~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/stacked.txt

  • Committer: John Arbash Meinel
  • Date: 2008-08-25 21:50:11 UTC
  • mfrom: (0.11.3 tools)
  • mto: This revision was merged to the branch mainline in revision 3659.
  • Revision ID: john@arbash-meinel.com-20080825215011-de9esmzgkue3e522
Merge in Lukáš's helper scripts.
Update the packaging documents to describe how to do the releases
using bzr-builddeb to package all distro platforms
simultaneously.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  than leaving them in a shared repository).
19
19
 
20
20
* Security is improved over shared repositories, because the stacked-on
21
 
  repository can be physically readonly to developers committing to stacked
 
21
  repository can be physically readonly to developers committing to stacked 
22
22
  branches.
23
23
 
24
24
These benefits make stacked branches ideal for various scenarios
83
83
stacked-on branch needs to be available for almost all operations. This is
84
84
not an issue when both branches are local or both branches are on the
85
85
same server.
86
 
 
87
 
 
88
 
Changing branch stacking
89
 
------------------------
90
 
 
91
 
Stacking of existing branches can be changed using the ``bzr reconfigure``
92
 
command to either stack on an existing branch, or to turn off stacking.
93
 
Be aware that when ``bzr reconfigure --unstacked`` is used, bzr will
94
 
copy all the referenced data from the stacked-on repository into the
95
 
previously stacked repository.  For large repositories this may take
96
 
considerable time and may substantially increase the size of the
97
 
repository.