Getting TortoiseSVN to set a file's modified time to the timestamp of the latest revision

心已入冬 提交于 2019-12-03 04:50:38
Shane Fulmer

When I go to the Settings option in the TortoiseSVN menu, I see an option to "Set file dates to the last commit time." This may be what you're looking for.

Invoke the Settings option

Set the option

sunny256

I am not sure if Tortoise uses the SVN client as a backend, but if it does, there is an option in the Subversion configuration file:

use-commit-times = yes

Sorry if this doesn't apply on your platform, but I'll mention it anyway. It works for those using the SVN command-line client.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!