On 4/2/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > > > What if I have multiple coldfusion applications residing on a given web > > site (for example, www.it.dev.duke.edu has *MANY* "applications") > > I'd go with > <svnroot>/customer/sitename/appname > or > <svnroot>/sitename/appname > though if you sell the same app to many people, > <svnroot>/appname > might be better.
Well, we're not so much a commercial shop... we develop applications internally for our own purposes. The tricky part is cases where applications share files .... for example, I have an "include" directory at my web root which contains images, css files, and a few cfm files that are used not only across various applications within the main web site, but across multiple web sites as well through the use of IIS virtual directories and coldfusion mappings. I've also gone back in forth between locating cfcs within the application architecture ( /tools/appname ) and within a shared "components" directory structure that is accessible to multiple web sites as well through coldfusion mappings. Right now, my working copy directory structure mimics my Inetpub folder on the server ... ie... E:\Inetpub\ads E:\Inetpub\stockgifts E:\Inetpub\giftrecords And my working copy is all in D:\work ... D:\work\ads, D:\work\stockgifts, etc. Maybe it would be a better idea to create a repository for individual applications and try to mimic the directory structure within those applications.. For example... let's say I have a simple staff directory application that resides in E:\Inetpub\ads\tools\directory Maybe I'd create a repository, and locate it at D:\work\directory And inside ... D:\work\directory\ads\tools\directory Where everything starting with "ads" would be relative to the Inetpub folder on the server... Rick -- > CFMBB - Coldfusion Message Boards, Version 1.21 Now Available! > http://www.cfmbb.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274324 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

