Preserving file modification time in Subversion (svn)

Today I found this thread from which I learned:

svn co --config-option config:miscellany:use-commit-times=yes https://example.com/svn/repo/proj

You can also set the option in your svn config, but you probably don’t want to do that.