branching without worktree
Marius Kruger
amanic at gmail.com
Tue Sep 9 19:52:43 BST 2008
2008/9/9 Viktor Nagy <viktor.nagy at gmail.com>
> I would like to know if there is any easy way to make a branch without a
> working tree. I know that I can do bzr branch and then bzr remove-tree, but
> couldn't this be done in one run?
> Actually, I would primarily found it useful for the recommended branching
> on bzr.dev [1]
>
> Or even isn't it possible to have bzr branch-bzr http://from/path .mybzr?
> and this is primarily for curiosity
>
As far as I know, you can only do it by branching into a repository created
with --no-trees option :
bzr init-repo --no-trees /tmp/repo
bzr branch http://from/path /tmp/repo/path
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20080909/e066755c/attachment.htm
More information about the bazaar
mailing list