Aaron, >If I read it right that only works one way, right? So if someone else is >working on the same site and updated files on the server the only way you >would know is by manually updating the files on the laptop?
That is correct, but I'd really recommend that each developer have their own "workspace" on a development server. Then when you check code in, that goes to the main development server. If you're all trying to actively edit from the same workspace, it can cause undesirable errors. For example, Developer A is working on some code in File A. Developer B is working on some code in File B. File A & B are separate files, but File A is invoked by File B. If File A is in a non-working space, that makes it impossible for Developer B to do work. By each of you developing in your own "Workspace", you can work independently of Developer B. When you're both done with your changes, you check in to the Repository, which would push the changes to the Main Development server workspace. Then you can test all your changes together. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232174 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

