如何查看过去“n"天对 svn 所做的全部更改? [英] How to view the entire set of changes made to svn for the last 'n' days?

查看:24
本文介绍了如何查看过去“n"天对 svn 所做的全部更改?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何查看过去n"天对 svn 所做的全部更改?我在文档中找不到参考

How to view the entire set of changes made to svn for the last 'n' days?. I couldn't find a reference in the document though

推荐答案

你可以指定 svn log 操作的日期,所以如果你想要最后 n 天你只需要在今天之前计算 n 天的日期,然后像这样将它提供给 svn:

You can specify dates for svn log to operate on, so if you want the last n days you only need to calculate the date of n days before today, then feed it to svn like this:

svn log -r "{2010-05-23}:HEAD"

有关日志选项的详细信息,另请参阅 svn log -h 的输出.

See also the output of svn log -h for details on the log options.

这篇关于如何查看过去“n"天对 svn 所做的全部更改?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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