Oct 032011
Revert all local changes in SVN
Answer:
Too revert all local changes in your current SVN repository, you can run the following command
# svn st -q | awk '{print $2;}' | xargs svn revert
That is it.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Revert all local changes in SVN
Answer:
Too revert all local changes in your current SVN repository, you can run the following command
# svn st -q | awk '{print $2;}' | xargs svn revert
That is it.