overwrite local files in svn
December 12th, 2008 by Lawrence David
if you’d like to download the latest version of code from a repository, and don’t want your local changes to be incorporated, you can do the following:
>> svn update>> svn revert -R ./
