I have a subversion working copy checked out into the directory my-project/
I want to find out what user checked out that working copy. Is there a command I can run in that working copy directory to find out who it is checked out as?
EDIT: I want to use the command-line SVN client, not a GUI program specific to any OS.