How to manage config files

Martin Pool mbp at sourcefrog.net
Tue Nov 20 06:33:42 GMT 2007


> I have config and ohter files which I want to version spread over different directories.
> Does that mean there is no way to have all them centrally stored and managed by bazaar?

Maybe I'm missing your point.  Normally one would just 'bzr init' the
highest-level directory (eg /etc), then add the files underneath them
using 'bzr add'.  This will give you just one .bzr directory
representing the whole configuration.

> When I have various .bzr directories on my machines, is there a way to get a single view on them?

There's no builtin thing that will find all the directories.  Normally
you would add all versioned files to one tree.  Maybe you could
explain more about why you have many .bzr directories?

-- 
Martin



More information about the bazaar mailing list