I just inherited a new project. What surprises me is that all of the SVN code is being deployed manually with FTP, which is on average 50+ files per week. Each developer keeps a (rather long) list of each file they've changed.
In past projects, I've used tools such as an .sh script, or a tool like Springloops, or Phing. Anyone else manually deploy code to their SVN code to the live server with FTP?