I am working on a project that I intend to share with other developers and I want to give the developers access to my development server while keeping the production server login information private. I added all of the additional information for FTP servers and corresponding MySQL Database servers for each of the development accounts to my PHPRunner project. I first did a SAVE AS to make a separate copy of the project for the developer and then removed the accounts I did not want the developer to see. It seems when I re open the original project all of the accounts I deleted from the copy are also missing in the original.
Dose sharing the project file and directory include any of the FTP and MySQL server information?
If so, is it possible to have two lists ( one for me and one for the developer)?
If anyone else is working on a multi-developer project, have you found an easy way to identity project changes and then wrap them back into the original project so they can be edited in the PHPRunner app?
I would like to have different people working on different parts of the application that would all be combined back in to the same project file that I can manage.