Well, we have different subversions for test, staging and production, so i tend not to think to hard as a 'repository' when i say subversion. I was just mentionning it as an easy way to get files from point a to point b over http. I often use it on projects where i am the only developer. When you are working in a team, you might want to consider running a cf server in developer mode (3 ip's) on a local windows machine and create 3 directories under the webroot for each of the 3 participating developers. Checkout a copy of the repository in each of the directories and set this directory as a windows share for each of the 3 developers on the LAN. import this share as your project in eclipse on your own computer. This way, 3 different persons can work on their own 'instance' on the dev server (need only 1 dev server and not 3 locally installed) without checking in code. When they are done, they can checkin on the linux server that acts as test server.
There are other tools available as already mentionned. You also might want to consider winscp, configured as 'external tool' in eclipse. winscp allows you to keep a local and a remote directory in sync by sending files over ssh, which most linux servers are running. The bottomline is: there is so much possibilities, each with their own merits and drawbacks, and that is exactly the point why we prefer using eclipse over here. And that is my answer to the initial question: DW or Eclipse. Regards, Stijn You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm CFCDev is supported by: Katapult Media, Inc. We are cool code geeks looking for fun projects to rock! www.katapultmedia.com An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
