Repositories inside repositories

Ben Finney bignose+hates-spam at benfinney.id.au
Mon Sep 4 02:48:05 BST 2006


Robert Collins <robertc at robertcollins.net> writes:

> I think the simplest consideration is:
>
> bzr init-repository sub-repo
> bzr branch branch-to-publish sub-repo/public-branch
> [repeat as needed]
>
> rsync sub-repo public-location

Consider that users have already done 'bzr branch' or 'bzr checkout'
of the existing location, and don't care that someone has decided to
publish some of the branches. The reason for the symlinks is to allow
pointing to the existing location within another part of the same
repository.

-- 
 \            "I was in the grocery store. I saw a sign that said 'pet |
  `\      supplies'. So I did. Then I went outside and saw a sign that |
_o__)                          said 'compact cars'."  -- Steven Wright |
Ben Finney





More information about the bazaar mailing list