So, my server administrator rolled back the subversion server from a backup. My working copy is at revision 1534, but the server is now at 1525, which yields some problems:
$ svn up
svn: Revision 1534 not found
Of course, there is always the option to do a clean checkout, but is there an easier way to get my local working copy in sync with the server?