How to pull a sub tree

Asked by LCID Fire

I have a bzr branch e.g. http://someserver.com/branch
Is there a way to move it from http://someserver.com/branch to http://someserver.com/test1?
Alternatively is there a possibility to get just a subtree of the branch - e.g. http://someserver.com/branch/subdirectory2?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

To move it, you can just rename the directory on the server.

There's no way at present to checkout just a subtree, but you can split the tree using the experimental 'bzr split' command.

Revision history for this message
Martin Pool (mbp) said :
#2

If you need more information, please reopen the question.

Revision history for this message
LCID Fire (lcid-fire) said :
#3

When renaming is enough that's fine.
Parial pulls should be able eventually - especially for handling big projects.