How do you divide a repository?

Erik Bågfors zindar at gmail.com
Fri Apr 14 19:21:21 BST 2006


Do you really mean repository? Or branch?

If you mean repository, you can simply do this
bzr init-repo newrepo1
bzr init-repo newrepo2

bzr branch oldrepo/branch1 newrepo1/branch1
bzr branch oldrepo/branch2 newrepo1/branch2
bzr branch oldrepo/branch3 newrepo2/branch3

Etc..


If you want to split a branch, someone else has to answer, because I don't know.

/Erik

2006/4/14, Joris Putcuyps <joris.putcuyps at skynet.be>:
> Hello
>
> Is there a way to devide a big repository into parts and keep the history?
>
> Joris
>
>
>




More information about the bazaar mailing list