You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris White <ch...@gmail.com> on 2007/06/29 19:28:44 UTC

Website Repository Layout Inquiry

I have a question regarding repository layout for a website.  Curently we're
using subversion to manage our website html, php, etc. source files.
However, there are some parts of the site that we rarely work on, and want
them "split-out" so to speak into individual modules.  Take for example:

/ - website root
/accounting - accounting department
/accounting/downloads - accounting related downloads
/it - it department
/it/docs - it documentation

So in this example, we'd want something like:

website
accounting
accounting_downloads
it
it_downloads

as avaliable modules to download.  Now I can import them separately to
create them as modules, but if I checkout the website root as website, the
other modules that I've mapped to their respective directories under the web
root show up as ? and I have to chdir into them to successfully svn
update/commit/etc.  Any suggestions for this?

Chris White