On Tue, Mar 19, 2013 at 9:18 AM, <davidsi...@gmail.com> wrote: > Subversion seems to be doing something it really can't be doing. I am using > Tortoise SVN as well as the CollabraNet Eclipse plugin on Windows 7; my > repository is located on a remote machine. When I accidentally deleted a > file (not in Subversion) and wanted to get it back from the repository, I > went to the repo-browser and try to check it out.
That is not how Subversion works. If you deleted something locally and you want to get it back, then run the Revert option locally. It should show that the file is missing and if you select it, it will be put back. In Eclipse, just right-click on the root of your project and choose the Team > Revert option. The dialog that comes up will show you everything that is modified locally. If you have other changes you do not want to revert, be sure you do not select them in the dialog. Mark