Another "if only I could work out what to Google for..." question:
I had an SVN server on old hardware, which I duplicated to new hardware and updated DNS. Then, from site (the only location any changes get made to the code) I performed a commit.
However it turns out that the client had the old server IP in its hosts file (and wasn't using DNS) and was therefore committing to the old server not the new one.
This has now been fixed. So what do I need to do from the client to re-send its committed changes to the new server? I believe there was actually only a single commit made if that helps. (The old server is now offline.)
Mark