Had to format my windows box and obviously this removed Tortoise SVN before I had a chance to check in all changes from my working copy. The working copy is still present, and now that I've reinstalled Tortoise SVN what is the best plan of action?
Basically is there an easier way of carrying on than creating a new working copy and manually checking out those files I've changed and copying them across from the old working copy?
With SVN, the link between the working copy and the repository is stored in a hidden directory called .svn either in the root of the working copy, or in every directory of the working copy.
So, all you need to do, is commit. Think of it like notepad and a text file, you can uninstall and re-install notepad as often as you like, as long as notepad is installed you can edit that text file, it will not disappear (until you delete it too).