Two scenarios for you guys:
1:
I use Netbeans with the built in sftp. I will get a copy of the remote source to my computer, and edit that. Netbeans will keep my local copy and the remote source in sync.
2:
I use svn. Checkout the remote source. Open a local project in netbeans. When I want to see my changes, I have to first commit, then with ssh from the server do update, and then open my browser and see the changes. Tedious.
I want to go for the first scenario. It's not the production-environment. And currently I'm the only one working on this project. But one day I get a colleague helping me out, just doing a QA or fixing one simple bug for me and sftp directly to the development-environment is not cool if I want to work as he is helping me out or whatever...
Anyone been in the same situation? I'm sure there's some other way that I haven't discovered yet ;)