Till, Falko, developer enviroments?

Discussion in 'Developers' Forum' started by quentusrex, Nov 7, 2008.

  1. quentusrex

    quentusrex New Member

    Till, Falko, what are you developer enviroments? How do you manage your source code if it isn't in a branch in the repo? How to you test your new code before you submit it to the repo?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Currently I'am working on WinXP professional. I use Tortoisesvn as svn client and have a set of vmware virtual machines (several linux distributions) to test ISPConfig. To test the code in the virtual, I copy the modified files with winSCP to the virtual machine to test it, I dont need a separate code management system for the features I'am working on.
     
  3. quentusrex

    quentusrex New Member

    Have you given any thought to using eclipse, with subclipse for svn access(for posting into the repo), and RSE(Remote System Explorer) for managing the code on your development system? With RSE you can ftp, ssh, etc into any development system and edit the code quickly and easily.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, I tested eclipse some time ago and was not really satisfied. It reacts too sluggy on my computer (1.6 Ghz pentium M Notebook with 1 GB RAM) so I switched back to my development enviroment described above and I'am happy with that. I tested eclipse also on a new 2.5 Ghz core2 duo system but it reacts still too slow for me to feel happy with it.
     

Share This Page