<div dir="ltr">2008/9/9 Viktor Nagy <span dir="ltr">&lt;<a href="mailto:viktor.nagy@gmail.com">viktor.nagy@gmail.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">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&#39;t this be done in one run? <br>Actually, I would primarily found it useful for the recommended branching on bzr.dev [1]<br>

<br>Or even isn&#39;t it possible to have bzr branch-bzr <a href="http://from/path" target="_blank">http://from/path</a> .mybzr?<br>and this is primarily for curiosity<br></div></blockquote></div><br>As far as I know, you can only do it by branching into a repository created with --no-trees option :<br>
<br>bzr init-repo --no-trees /tmp/repo<br>bzr branch <a href="http://from/path" target="_blank">http://from/path</a> /tmp/repo/path
</div>