开发者

SVN - Deleted lines of code

开发者 https://www.devze.com 2023-01-13 23:26 出处:网络
开发者_如何学JAVAHow 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 indic
开发者_如何学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

精彩评论

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

关注公众号