Coldfusion with Eclipse, cfeclipse plugin, and cvs
Hello. My team of developers is growing and I realized I need to implement version control software to track changes. I setup a Linux Ubuntu server and created a cvs repo successfully. My team is using eclipse for coldfusion development. The problem I'm facing is how to properly setup the files on the web root dev server with cvs. It seems that cvs wants to work with the developer local files only and not the files on the dev server web root. Or maybe we're setting up the eclipse project incorrectly. The way we've set it up is create a new project and then in that new project create a new folder but use the advanced feature to link to an outside folder that is mapped to a drive that contains our dev environment source code. It seems you cannot check out or commit changes to a folder in eclipse that is mapped and linked and not on the local machine of the developer. How do I properly set up an eclipse project that is synced to the files on our dev server that allows my team to checkin and out and commit changes to the files on dev?
