I've created a repo for our website. The initial commit touched file modification dates so all dates show the commit date.
In a later time, I downloaded the unmodified files from the web server to my WC so old unmodified files have their original dates now as in the web server and I can sync my local copy with the production and test servers during a deployment.
Now I noticed the issue with the dates in the repo, and I wish to make it so the file modification dates in the repo get same with my working copy. Is there a method so I can commit file properties of unmodified files?
- using tortoise svn
- I don't like the idea removing all files and making an enormouse commit, though this wouldn't probably make a real difference in the repo size.
- I know I could rebuild the repo, but this is a very dirty job, especially on Windows.