Is it possible to create branch of a shared repository?<br><br>For example, I create a shared repository:<br><br><div style="margin-left: 40px;">bzr init-repo --trees /newrepo<br></div><br><br>now in &#39;/newrepo&#39;, create branches from other projects:<br>
<br clear="all"><div style="margin-left: 40px;">cd /newrepo<br>bzr branch ../../../someproject1 ./someproject1<br>bzr branch ../../../someproject1 ./someproject1<br><br></div><br>Now what I want to do, is create a branch of this share repository somewhere else:<br>
<br><div style="margin-left: 40px;">cd /<br>bzr branch /newrepo /newrepo2 # &lt;---- Is something like this possible?<br><br></div>Is it possible branch off an entire shared repository?<br><div style="margin-left: 40px;">
<br><br></div>-- <br>J. Bobby Lopez<br>Web: <a href="http://jbldata.com/">http://jbldata.com/</a><br>Twitter: <a href="http://www.twitter.com/jbobbylopez">http://www.twitter.com/jbobbylopez</a><br><br>