SVN Commit without update

commit, merge, svn

Solution

Copy your modified files off to the side, update, copy your modified files back, commit.

Problem

My coworker has checked in a few files that I know are wrong. I would like to be able to replace them and commit my local older copies back to the repo. However, SVN doesn't allow me to commit these files without me running update. I am worried that this may cause automatic merge and messe up my local "good" copies. I Is there anyway that I can commit my versions without updating? Non-automatic merge is highly discouraged. What is the alternative?

Original source

Related problems