We're in the process of migrating a big, old codebase from StarTeam to SVN. Everything's going really smoothly, except that a lot of people are missing one of StarTeam's features.
In StarTeam, it can query the repository and display a list for you of all files by status. It shows all unchanged files, all files that you've changed, all files that have been changed in the repository that you haven't checked out, all files that are new in the repository that you haven't checked out, all files that have changed on both sides and will require a merge, and all files that you have and the repository doesn't.
It's easy enough to use TortoiseSVN to see changes at your end, but how do you see what changes have happened in the repository without actually running SVN Update and downloading them?