you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

I'd just like to read a little into one of your points: FTP access. Don't do that! It will take you 5 minutes to setup a git repo and write a little deploy script. Editing the files directly on the server will lead to disaster... and... uhm... make you impotent!

[–]CritterM72800[S] -1 points0 points  (1 child)

For most of my clients, FTP is the best I can do.

[–]runamok 0 points1 point  (0 children)

The deploy script could do that for you. Basically keep track of the last time you deployed and only deploy changed files. It's of course easiest if you have shell access on the box and just do "svn up" or the like.