Thursday, November 4, 2010

svn: overwrite local files with repository files

From time to time I want get ride of locally modified files (mostly I end up modifying code for testing purposes). svn revert makes this super easy.

(from svn checked out directory)
svn revert -R .

No comments: