> -----Original Message----- > From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] > > You have 3 developers
.... "you have two cows"... http://en.wikipedia.org/wiki/You_have_two_cows Seriously though, this is an inherent flaw both in VSS and in how people perceive source control to work. In the latter respect many people new to revision management don't initial get the concept that every single developer should have their own working directory where they work on their code separately to everyone else. Also, thanks to how ColdFusion works it is also strongly recommended that every user have their own web server setup on their own workstation to do initial development, then copy the code to a central testing server for further testing and approval before being copied to the production server. Regarding the former, many older revision management systems only allow one person to work on a file at any given time, hence "locks" whereby a developer locks a file to stop others editing it. This is IMHO a flaw in these older systems and is one of the key features that newer systems (Subversion, Perforce) work so well and is one of the main reasons why most people recommend to use a newer system in the first place. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include <stdjoke.h> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218032 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

