I have a question about a multi-site folder setup, and bazaar workflow.
I'm thinking of setting up a bzr repository for each individual site, and then a repository for the sites/all folder, plus one for core. Does this sound like an acceptable way to do it?
Then, onto the symlinks:
Firstly, is it best practice to store each individual site folder as a symlink?
For example, say this is my sites folder:
sites
-all
-default
-site1.com
-site2.com
So should site1.com, and site2.com rather just be symlinks to these folders. Would this make it easier for using version control (e.g. bazaar) on each of the separate sites, as well as make it easier to maintain core without having the individual sites physically in the sites folder? Or is it irrelevant, because we can just set up bzr to ignore the sites folder? But, I think that bazaar doesn't automatically ignore symlinks like I understand svn to, so I would have to manually set bzr to ignore these folders anyway?
Should sites/all also be a symlink?
I hope my questions are not too convoluted and confused...basically, I think I want to know what the best practice is for using symlinks for each multisite folder, as well as the most sensible way for setting up bazaar to put each separate multi-site under version control.
