Subversion: How to revert my changes in my local copy of the repository?

I made some changes in my local copy of the svn repository. I have not committed and updated the server yet. Now I want to discard my updates. How to revert my changes in my local copy of the repository?

To discard current updates, run this in the root directory of the repository:

svn revert .
Leave a Reply

Your email address will not be published. Required fields are marked *