1

I have realized that a part of my project can be separated from the main code base and maintained as a completely separate program. I would like that the new project (repo) will keep all the history etc from before splitting. What is the best way of achieving this

Boris Gorelik
  • 29,945
  • 39
  • 128
  • 170
  • Perhaps your question is answered here: http://stackoverflow.com/questions/2448161/bzr-detach-a-repository-subdirectory-into-a-new-repo – bialix Aug 16 '11 at 13:41

1 Answers1

2

You should be able to use the bzr split command.

See bzr split --help for more info.

AmanicA
  • 4,659
  • 1
  • 34
  • 49