We have a dedicated staging box that is always running the same code as our production clusters. That box has a full-fledged working copy residing on it (like the dev workstations) and it used for doing final QA tests before deployment. We then use that working copy as the base for syncing up to the production machines, though ignoring the .svn metadata directories of course.
You could easily replace the staging box with your local workstation and copy from there, as long as your workstation has the appropriate production branch of the app. cheers, barneyb On 11/15/06, Rick Root <[EMAIL PROTECTED]> wrote: > Doug Bezona wrote: > > > > Since you are already using Flex builder, and now subversion, you should > > seriously think about moving to cfeclipse for your CF coding as well so > > you can make use of the subclipse plugin from within Eclipse - it makes > > the whole source control thing MUCH easier to manage. > > I know I know... =) > > Regarding subversion, how do people handle deployment? Just copy from > your local "working copy" to the production server, or install > tortoiseSVN on the server and "check out" working copies there? > > rick > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260575 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

