You could create 3 new repositories for the 3 projects and then branch from the original ones into the new ones. Something like: mkdir new_repo_layout cd new_repo_layout mkdir project_1 cd project_1 bzr init-repo . bzr branch /path/to/orig_repo/project1 trunk repeat for each project. Cheers, Nick