<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><div class="Wj3C7c">
<br>
</div></div>Yes, when Bazaar creates the local branch copy of ProjectA/main,<br>
ProjectB/main, etc., it will notice that the local target directory is<br>
below a shared repository directory in the filesystem hierarchy, so it<br>
will store all the actual revision data in the shared repo, making the<br>
actual branch data very small (on the order of 100 KiB), plus the<br>
working tree since you implicitly specified to create working trees as<br>
well.<br>
</blockquote><div><br>Cool. :) That's really nifty. In regards to the working tree, I was under the impression that if I had specified --no-trees, I would not be able to create working trees under the shared repo. Is that incorrect?<br>
<br>So, I could have done:<br><span style="font-family: courier new,monospace;">[code current_dir="~/development/projects"]</span><br style="font-family: courier new,monospace;"><div style="font-family: courier new,monospace;" class="Ih2E3d">
bzr init-repo --no-trees .<br>
bzr branch ftp://[host]/ProjectA/main ProjectA<br>
bzr branch ftp://[host]/ProjectB/main ProjectB<br>bzr branch ftp://[host]/ProjectC/main ProjectC<br>
[/code]</div><br>And spared myself the extra space of the working tree for each local branch? Would I still be able to see all the files, and work directly on each local branch? Or would I then have to branch, or checkout, somewhere else from those local branches?<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Also, in the case above, where you have 3 apparently "unrelated" (from<br>
the perspective of Bazaar history, at least) branches being stored in a<br>
single shared repository, that is fine and can mean easier<br>
administration for you -- the shared repo really acts fairly<br>
transparently.<br>
</blockquote><div><br>Very nice.<br><br>Thanks,<br>Eric<br clear="all"></div></div><br>-- <br>Learn from the past. Live in the present. Plan for the future.<br>11101000<br><a href="http://www.townsfolkdesigns.com/blogs/elberry">http://www.townsfolkdesigns.com/blogs/elberry</a><br>