<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type></HEAD>
<BODY>
<DIV>
<DIV style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif">A shared repo and a standalone branch (a repository that is basically used by only one branch) are more or less the same thing, except a shared repo allows you to share commits, so if you have a project with lots of branches , rather then duplicating all the commits that are in common, it shares them.<BR><BR>If you create a shared repo, you need to create a branch inside of it for it to work<BR><BR>The warning about the tree not being updated is just because on servers it seems to default to a 'no trees' branch/repo, because since its on a server you really are not interested in the files themselves, just the history.  So if you look in the folder structure, you will just find SomeBranchHere/.bzr . To actually get the file contents, you use 'bzr checkout'</DIV></DIV>
<DIV dir=ltr>
<HR>
<SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">From: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif"><A href="mailto:lucio@sulweb.org">Lucio Crusca</A></SPAN><BR><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">Sent: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif">‎7/‎2/‎2014 11:06 AM</SPAN><BR><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">To: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif"><A href="mailto:jrosen@harvestai.com">Joshua Judson Rosen</A></SPAN><BR><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">Cc: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif"><A href="mailto:bazaar@lists.canonical.com">bazaar@lists.canonical.com</A></SPAN><BR><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">Subject: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif">Re: Shared repo setup</SPAN><BR><BR></DIV>Thanks for the replies. Now another question arises:<BR><BR>Do I really need "bzr init-repo" on the server? Can't I just "bzr init" as<BR>if it were a local repo and forget about creating the branch on the<BR>server? What do I miss if I do so, apart from the warning about working<BR>tree not being updated?<BR><BR><BR></BODY></HTML>