I'm setting up a site for a client which has a few different sections of the site, dedicated to certain major functions, running off different apps. For example, a blog (running off WordPress), a forum (phpBB), a store, etc.
Because of all the different applications, my initial thought was to separate out the major pieces into separate sub-domains (www. = blog, forum., store., etc). In addition, setup separate SVN repo's for each, to handle future upgrades.
My question: is this a good or bad idea? Am I better off placing each of these in its own sub-folder of the "www" sub-domain?
I'm looking at ease-of-development, SVN repo setup, SEO implications, etc.
Much thanks. Jon