Hello, I try to get the number of line added and removed for each revision, doDiff is working well for modification (I can compare two versions of the file), now I try to do it for added and removed files. Meaning I want to know the number of line for the added file. And the number of line of the removed file.
In git they do it using /dev/null and compare them but I don't know how to specify a null file in the doDiff, I always got errors. Thank you Phil -- View this message in context: http://old.nabble.com/doDiff-for-new-Files-tp33107541p33107541.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
