[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Website Repository Layout Inquiry

From: Chris White <chris.chriswhite_at_gmail.com>
Date: 2007-06-29 21:28:44 CEST

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
Received on Fri Jun 29 21:28:58 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.