I'm wondering what the best way to work with PHP web pages in Eclipse.
For instance, what I normally do is create a project with remote links to the files on the server. This way I can make changes->save them->and instantly see the effects in a browser.
However, this method does not allow me to commit the remote files to SVN. I could have a local working copy checked-out from SVN; then copy/export the files to the server every time I made a change, but that gets annoying fast.
My question is what is you workflow or method for working/debugging/testing/committing PHP projects in Eclipse?