How to clean up shared repository?
Martin Pool
mbp at sourcefrog.net
Thu Jun 21 01:47:17 BST 2007
On 6/21/07, JP <joris.putcuyps at skynet.be> wrote:
> Hello
>
> Use Case:
> ---------
> - Create a shared repository with trees.
> - Create branches within and add lots of data (which will be stored in
> the '.bzr' of the shared repository)
>
> Question:
> ---------
> How to I remove one of these branches and have his data, sitting in the
> shared repository's .bzr directory, cleaned up?
Hi JP,
There are two main options:
1 - make a new repo and branch what you want into there; irrelevant
data will be left behind
2- I think there is a 'gc' (garbage collect) plugin which may do this.
--
Martin
More information about the bazaar
mailing list