/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2009-05-28 16:04:39 UTC
  • mfrom: (4387 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4405.
  • Revision ID: jelmer@samba.org-20090528160439-4z0xlrk5nejobm7q
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
GNOME project like **beagle**. Firstly, setup a local shared repository
31
31
for storing your branches in and checkout the trunk::
32
32
 
33
 
  bzr init-repo --rich-root-pack beagle-repo
 
33
  bzr init-repo --default-rich-root beagle-repo
34
34
  cd beagle-repo
35
35
  bzr checkout svn+ssh://svn.gnome.org/svn/beagle/trunk beagle-trunk
36
36
 
37
 
Note that using the ``rich-root-pack`` option to ``init-repo`` is
 
37
Note that using the ``default-rich-root`` option to ``init-repo`` is
38
38
important as bzr-svn requires some extra metadata not yet supported in Bazaar's
39
39
default repository format. Next, create a feature branch and hack away::
40
40
 
71
71
 
72
72
Here's the recipe from above updated to use a central Bazaar mirror::
73
73
 
74
 
  bzr init-repo --rich-root-pack beagle-repo
 
74
  bzr init-repo --default-rich-root beagle-repo
75
75
  cd beagle-repo
76
76
  bzr branch bzr+ssh://bzr.gnome.org/beagle.bzr/trunk beagle-trunk
77
77
  bzr branch beagle-trunk beagle-feature1