开发者

SVN - Deleted lines of code

开发者_如何学JAVA

How to find the deleted lines of code between two date range in SVN. I am using Tortoise SVN.


You can use the diff command to do so and grep in the output the "-" sign which is indicating a line has been deleted.

svn diff -rRange URL1 URL2


You want to "diff" between two files.

To find the dates, you can look at the revision logs.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜