Better way to revert to a previous SVN revision of a file? November 12, 2022 by Tarik svn merge -r 854:853 l3toks.dtx or svn merge -c -854 l3toks.dtx The two commands are equivalent.