I'm in this kind of situation: i'm working with a remote developer on a cakephp website.
He works on a local copy (php etc..) and updates a staging server. I usually do directly the edits (mainly css and text changes) on the remote staging server because I can't run a local copy of the website. What do you suggest for a SVN environment without running a local copy on my machine?
I had setup an account with Beanstalk to do 1-click deploy from staging to production and automatic ftp upload of changed files on staging server when the developer does the commit.
My question is, what could I do to commit my changes as I'm modifying directly the files on remote staging server?
thanks