~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Mark Hammond
  • Date: 2008-12-28 05:21:23 UTC
  • mfrom: (3920 +trunk)
  • mto: (3932.1.1 prepare-1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mhammond@skippinet.com.au-20081228052123-f78xs5sbdkotshwf
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
  bzr branch beagle-trunk beagle-feature1
42
42
  cd beagle-feature1
43
 
  *changes*
 
43
  (hack, hack, hack)
44
44
  bzr commit -m "blah blah blah"
45
 
  *changes*
 
45
  (hack, hack, hack)
46
46
  bzr commit -m "blah blah blah"
47
47
 
48
48
When the feature is cooked, refresh your trunk mirror and merge
67
67
instead. bzr-svn provides the ``svn-import`` command for doing this
68
68
repository-to-repository conversion. Here's an example of how to use it::
69
69
 
70
 
  bzr init-repo --rich-root-pack beagle.bzr
71
 
  cd beagle.bzr
72
70
  bzr svn-import svn+ssh://svn.gnome.org/svn/beagle
73
71
 
74
72
Here's the recipe from above updated to use a central Bazaar mirror::
78
76
  bzr branch bzr+ssh://bzr.gnome.org/beagle.bzr/trunk beagle-trunk
79
77
  bzr branch beagle-trunk beagle-feature1
80
78
  cd beagle-feature1
81
 
  *changes*
 
79
  (hack, hack, hack)
82
80
  bzr commit -m "blah blah blah"
83
 
  *changes*
 
81
  (hack, hack, hack)
84
82
  bzr commit -m "blah blah blah"
85
83
  cd ../beagle-trunk
86
84
  bzr pull