Boris Gorelik
Boris Gorelik

Reputation: 31777

Splitting a bzr-versioned project

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

Upvotes: 1

Views: 91

Answers (1)

AmanicA
AmanicA

Reputation: 5505

You should be able to use the bzr split command.

See bzr split --help for more info.

Upvotes: 2

Related Questions