Subversion and file modification dates

I wrote that I use svn to keep my diary in which works quite well. The only problem I had was that when checking out or updating files, their modification time was set to now() instead of using the time they were created or checked into the repository.

Luckily a thread on the subversion users mailing list gave me the answer: Open up ~/.subversion/config and enable the option use-commit-times=yes.

Written by Christian Weiske.

Comments? Please send an e-mail.