DISQUS

Sorrowful Unfounded: My Development Environment

  • Paul Kukiel · 5 months ago
    We use SVN and I personally use SmartSVN as the client. Also check out Beyond Compare for pushing/syncing files to production its a fantastic tool for Windows and Linux ( http://www.scootersoftware.com ) I use Toad for MySQL admin ( http://www.toadsoft.com/ ) and my main IDE is Eclipse ( java edition )with CFEclipse and Flexbuilder as plugins. Unfortunately FlexBuilder ( now FlashBuilder ) is only supported on Windows and OSX so for the time being I'm stuck with Windows but Windows 7 is much better then Vista. Core FTP is my choice FTP client on Windows.
    .-= Paul Kukiel´s last blog ..Compiling Railo from source! =-.
  • Christopher Clarke · 5 months ago
    I tried Subversion but I had difficulty setting up a project with it... And as I type this comment, I realise how I could have solved my problem - symbolic links or aliases. I will check out Toad and BeyondCompare.
  • Paul Kukiel · 5 months ago
    If you do decide to try SVN you might liek to sign up for a hosted SVN service. I use XP-Dev for all personal projects and found it to be very reliable and all connections are over ssl http://www.xp-dev.com/
    .-= Paul Kukiel´s last blog ..Compiling Railo from source! =-.
  • Christopher Clarke · 5 months ago
    Thanks for the link. I will sign up for one of these services eventually. Other contenders seem to be Launchpad (Bazaar), Google Code (SVN), and GitHub (Git).