I've got a folder under svn control. It may contain some modifications that may be conflicting with the working copy. I want to do
svn up --accept=theirs-full
but svn version is too old and doesn't suport 'accept' option. Is there an easy workaround for that except updating subversion? Version installed in there is 1.4
Basically, I want to update a folder and revert all conflicting changes while leaving other changes intact.