Rev 4373: (Jelmer) Mention --default-rich-root rather than a particular format in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Wed May 20 02:44:38 BST 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4373
revision-id: pqm at pqm.ubuntu.com-20090520014435-p13hzwf0jh3e8spe
parent: pqm at pqm.ubuntu.com-20090518224144-3izdthppda5ievhg
parent: jelmer at samba.org-20090519180136-3rkxnx1fpo57tyae
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2009-05-20 02:44:35 +0100
message:
  (Jelmer) Mention --default-rich-root rather than a particular format
  	in the user guide.
modified:
  doc/en/user-guide/svn_plugin.txt svn_plugin.txt-20080509065016-cjc90f46407vi9a0-2
    ------------------------------------------------------------
    revno: 4372.1.1
    revision-id: jelmer at samba.org-20090519180136-3rkxnx1fpo57tyae
    parent: pqm at pqm.ubuntu.com-20090518224144-3izdthppda5ievhg
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: bzr.dev
    timestamp: Tue 2009-05-19 20:01:36 +0200
    message:
      Use --default-rich-root rather than --rich-root-pack in the user guide.
    modified:
      doc/en/user-guide/svn_plugin.txt svn_plugin.txt-20080509065016-cjc90f46407vi9a0-2
=== modified file 'doc/en/user-guide/svn_plugin.txt'
--- a/doc/en/user-guide/svn_plugin.txt	2009-03-30 21:28:51 +0000
+++ b/doc/en/user-guide/svn_plugin.txt	2009-05-19 18:01:36 +0000
@@ -30,11 +30,11 @@
 GNOME project like **beagle**. Firstly, setup a local shared repository
 for storing your branches in and checkout the trunk::
 
-  bzr init-repo --rich-root-pack beagle-repo
+  bzr init-repo --default-rich-root beagle-repo
   cd beagle-repo
   bzr checkout svn+ssh://svn.gnome.org/svn/beagle/trunk beagle-trunk
 
-Note that using the ``rich-root-pack`` option to ``init-repo`` is
+Note that using the ``default-rich-root`` option to ``init-repo`` is
 important as bzr-svn requires some extra metadata not yet supported in Bazaar's
 default repository format. Next, create a feature branch and hack away::
 
@@ -71,7 +71,7 @@
 
 Here's the recipe from above updated to use a central Bazaar mirror::
 
-  bzr init-repo --rich-root-pack beagle-repo
+  bzr init-repo --default-rich-root beagle-repo
   cd beagle-repo
   bzr branch bzr+ssh://bzr.gnome.org/beagle.bzr/trunk beagle-trunk
   bzr branch beagle-trunk beagle-feature1




More information about the bazaar-commits mailing list