Reorganise repository layout

Erik Bågfors zindar at gmail.com
Fri Mar 16 14:51:17 GMT 2007


On 3/16/07, Adam Mercer <ramercer at gmail.com> wrote:
> Hi
>
> My repository is currently organized as follows:
>
> repo:
> - .bzr
> - project_1
> - project_2
> - project_3
>
> i.e. I have a single repository containing multiple projects, it is
> possible to change my repository layout so that each project directory
> is a bzr repository with its own .bzr directory - yet still
> maintaining version history? i.e. I would like the layout to be
> something like
>
> root:
> - project_1:
>   | - .bzr
> - project_2:
>   | - .bzr
> - project_3:
>   | - .bzr

Yes. If I understand you correctly, you want the branches in the repo
to be standalone branches instead of repo branches?

bzr branch repo/project_1
bzr branch repo/project_2
bzr branch repo/project_3
rm -rf repo # if wanted and verified.....

Assuming that current dir isn't a repo.

/Erik



More information about the bazaar mailing list