Tag Archives: revert

Reverting changes in SVN

Simple pattern: svn merge -r <REV FROM>:<REV TO> <FILE_NAME> Example: svn merge -r 20682:20681 data/js/game/filename.js Of course at the end you have to commit all changes.