I deleted a file from a repo and now want to put it back. The best I can figure out is to:
- update to the revision before the delete
- copy the files elsewhere
- update to head
- copy the files back
- add them
- commit
That just smells bad and it looses all history to boot. There has got to be a better way to do this. I have already looked in The SVN Book but didn't find anything and am now looking down the SVN tag list.