在两个日期之间从svn命令行获取更改的文件 [英] Get changed files from svn command line between two dates

查看:113
本文介绍了在两个日期之间从svn命令行获取更改的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要获取SVN中两个日期之间的更改文件列表。

I need to get the changed files list between two dates in SVN.

我使用了以下命令。

svn diff -r{2011-10-12}:{2011-10-28} --summarize https://svn.blah.com/../  > output.txt

由于某些原因,未在输出中填充在2011年10月28日修改的文件文本文件。

from some reason the files modified on 28-10-2011 are not populated in the output text file.

请提供确切的命令以提取两个日期之间的文件列表(包括从和到日期)

Could please give the exact command to extract the files list between the two dates (inclusive of from and to dates)

推荐答案

这很正常,当您给日期 {2011-10-28} 时,它表示在午夜 ...因此,将范围的结束日期再指定一天。

this is normal, when you give the date {2011-10-28} it means "on midnight"... thus specify one day more for the end of the range.

这篇关于在两个日期之间从svn命令行获取更改的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆