For one reason or another I had to empty folder in my subversion repository and replace its contents! I done this using tortoise svn.
Can I get the files I removed from the repository back?
I have tried doing it throught the log but it appears to only let you revert back files, I need the whole contents of a directory!
Thanks
UPDATE:
There was a problem with tortoise, I managed to checkout a previous version from the log, thanks.
IMO, the easiest option would be to do a new checkout to a separate location, of the folder at the version you want (i.e. before you deleted them) – then copy the files over.