Creating a project
Bazaar 2.x (bzr)
$ bzr init-repo projects/project
$ cd projects/project
$ bzr init trunk
$ cd trunk
[...]
(copy, edit and create the files you need)
[...]
$ bzr commit -m "Initial import."
Bazaar 1.x (baz)
$ baz make-archive you@yourdomain.tld--project ~/bazaar/project
$ baz my-default-archive you@yourdomain.tld--project
$ cd ~/devel
$ mkdir project
$ cd project
[...]
(copy, edit and create the files you need)
[...]
$ baz import -a project--trunk--1.0
Note that the -a option is really important. From the baz help:
Initialise dir as a working tree, add all source-looking files in dir and import.