I made a bunch of changes to my project and at the end of the day I'm not happy with it. I never committed my changes, so I just want to go back to my last revision.
I checked the current revision using svn info and it said it is revision 110. Then I tried svn update -r 110, but it doesn't seem to have done anything.
Anyone know how I can get back to my last committed rev?