We manage our web development using SVN. On one project, we deployed the site by Exporting the project and FTPing it to the client sever. This client is hands on and has made changes to the code on the FTP. We're hired to add more functionality to the site now.
How can I take the work that's been done on the FTP and merge it into my working copy? I'd like to preserve svn props and externals and only update those files that were changed, so that I can track those changes using diff. Thanks!