简体   繁体   English

如何在 svn 中搜索用户在两个日期之间更改的所有文件?

[英]How do I search for all files a user has changed between 2 dates in svn?

I want to start doing code reviews with my Peers and Im trying to fathom a system for doing them.我想开始和我的同行一起做代码审查,我试图理解一个系统来做这些。 I would like to know is it possible to perform a search of a tortoise svn repository for all the files that a user has committed between 2 dates?我想知道是否可以为用户在两个日期之间提交的所有文件搜索乌龟 svn 存储库? That way we can code review them...这样我们就可以对它们进行代码审查......

Tortoise SVN has a Show Log option which you can use on a folder or file and then select date filters within the dialog that appears. Tortoise SVN 有一个显示日志选项,您可以在文件夹或文件上使用它,然后在出现的对话框中使用 select 日期过滤器。 You can also filter for particular authors too.您也可以过滤特定作者。

Click on each commit to show the files changed, then double click a file below to view the diff.单击每个提交以显示更改的文件,然后双击下面的文件以查看差异。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM