> -----Original Message----- > From: Andrew Scott [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 3:44 PM > To: CF-Talk > Subject: Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W > AS (RE: Frameworks) > > Thats why tools like Beyond Compare is good, you only migrate the files or > merge what has changed. > > But I still wouldn't modify code on production, or even SVN production > code. > the reason being is that you also end up with all the svn directories > there > as well. > > But hey if it works for you... I just frown upon the idea that you are > doing > it this way, and DO NOT consider what you do, to be best practice at all. > >
Beyond compare is nice, but also very slow compared to a checked out copy. Yes, you do end up with the .svn folders on production, but they are not accessible through the browser, and they speed up deployments immensely. We used to use a tool similar to beyond compare for doing deployments, and let me tell you, it was a PITA. We had to zip up all the code, ftp it to production, unzip it, and compare the two source trees. I'm not sure why you would consider something like that a better practice then checking out a working copy on prd. I understand that you shouldn't edit files on prd, but with the old method, that's exactly what was happening. Because the deployment process was such a pain, quick fixes were done directly on production. This is no longer the case with SVN. I would really like to hear why you don't think that it's the best practice. I think our process is pretty flawless. Russ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277509 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

