开发者

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

开发者 https://www.devze.com 2023-03-02 22:42 出处:网络
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

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? 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. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消