svn 更新到不显示文件原始日期的版本
svn update to version not showing original dates on files
我正在使用 Tortoise SVN,而且还很陌生。我在我的 svn 存储库中创建了几个版本,代表了从 2016 年 4 月到今天的程序文件的样子。我正在尝试以我的团队习惯于在向他们展示使用 svn 历史记录的力量的道路上看到它的方式来创建历史记录。
我的 svn 存储库中的版本 2 包含 2016 年 4 月 16 日存在的程序文件。
当我使用更新到版本 2 时,它会提取正确的程序文件,但它会给出所有今天的日期(2017 年 2 月 8 日)。
有没有办法从 svn 存储库中获取这些文件以及我将它们提交到存储库时文件上的原始日期?
确保您已选中 Set file dates to the "last commit time" 设置:
This option tells TortoiseSVN to set the file dates to the last commit time when doing a checkout or an update. Otherwise TortoiseSVN will use the current date.
我正在使用 Tortoise SVN,而且还很陌生。我在我的 svn 存储库中创建了几个版本,代表了从 2016 年 4 月到今天的程序文件的样子。我正在尝试以我的团队习惯于在向他们展示使用 svn 历史记录的力量的道路上看到它的方式来创建历史记录。 我的 svn 存储库中的版本 2 包含 2016 年 4 月 16 日存在的程序文件。 当我使用更新到版本 2 时,它会提取正确的程序文件,但它会给出所有今天的日期(2017 年 2 月 8 日)。 有没有办法从 svn 存储库中获取这些文件以及我将它们提交到存储库时文件上的原始日期?
确保您已选中 Set file dates to the "last commit time" 设置:
This option tells TortoiseSVN to set the file dates to the last commit time when doing a checkout or an update. Otherwise TortoiseSVN will use the current date.