I am having issues with the command-line client of svn - svn-win32.
Current situation: We have a directory with multiple subfolders, like so
file1
folder/archives/file2
folder/archives/file3
Situation1: A new file is added via checkout. Everything behaves as it should.
Situation2: An existing file is modified via checkout.
Result: Existing file remains, and is marked as "modified".
Desired result: Existing file fully overwritten, local changes lost.
How do i achieve the desired result?
svn revert -r pathname
svn up
did not help.