Reorganise repository layout

Nicholas Allen allen at ableton.com
Fri Mar 16 14:48:07 GMT 2007


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



More information about the bazaar mailing list