30
30
GNOME project like **beagle**. Firstly, setup a local shared repository
31
31
for storing your branches in and checkout the trunk::
35
35
bzr checkout svn+ssh://svn.gnome.org/svn/beagle/trunk beagle-trunk
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::
41
41
bzr branch beagle-trunk beagle-feature1
44
44
bzr commit -m "blah blah blah"
46
46
bzr commit -m "blah blah blah"
48
48
When the feature is cooked, refresh your trunk mirror and merge