I think I want to switch from Dreamweaver to the eclipse based IDE, Aptana. The only real issue stopping me is that I need to be able to collaborate with the other members on my team. Like being able to check-in/out files so we don't override each others work. The other members on my team want to stick with Dreamweaver. So, is there a way to set Aptana to collaborate with team members who are using Dreamweaver?
Thanks!
UPDATE: If there is no way currently to do this, then I believe there should be a way to program it yourself. For example whenever a file is checked out in dreamweaver a file is created with the same name follwed by .LCK so if you were to check out file.php it would create a file called file.php.LCK The contents of the file are just name||email of the team memeber who checked it out. So if the file is there and the contents is not your name and email then you cannot check it out, if its there and it is your name and email you have it checked out. If you check it out create the LCK file, when you check it in, remove the LCK file. Could there be a way to program this functionality into Aptana/eclipse?