>> We have over 15,000,000 lines of code in our application, What are you writing.... Windows?! That seems a tad high for a web application even a complicated one.
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Richard Kroll To: CF-Talk Sent: Tue Mar 13 01:28:43 2007 Subject: RE: SVN & Dreamweaver I believe the way you are using VSS is using the lock-modify-unlock model for source control. Subversion uses a different model, the copy-modify-merge model. We used VSS prior to moving to SVN, and some of the decision makers had concerns with switching to a model where multiple developers had the ability to modify the same code. Since we have moved to SVN and embraced its model, we have seen dramatic increases in productivity as well as code stability. We have over 15,000,000 lines of code in our application, and the only times conflicts occur is when people are working on the same area of the application and making conflicting changes (which usually means a lack of communication somewhere). If you are set on attempting to use the lock-modify-unlock model, you can access information on it at http://svnbook.red-bean.com/en/1.2/svn.advanced.locking.html (though I *highly* recommend NOT using that model). We have a quite a few developers on our team that choose to use Dreamweaver as their IDE. There are a few software solutions that allow direct SVN manipulation from within DW, but are all purchased components. Instead of using these 3rd party components, we have all developers (not using Eclipse) to use TortoiseSVN and use windows explorer integration to perform all SVN operations. Good luck and HTH, Rich Kroll ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272492 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

