On Wednesday, January 11, 2023 at 4:12:23 PM UTC+1 [email protected] wrote: Hi. How can I get the summary of lines added/removed on Windows ? svn diff --summarize doesn't give any useful information.
svn does not provide that kind of information in a summary. You could try http://statsvn.org/ but why would you need a line count anyway? That kind of information isn't really useful... Additionally, how do I move a file in svn ? It seems svn treats it as deletion+addition, which would render any line count completely invalid. yes, svn treats renames as deletion+addition, but not the way you think: the addition is not a plain addition but an "addition with history", so you won't lose the history. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/6d8394a7-d0f8-47f4-bdad-f5d6ddcd2627n%40googlegroups.com.
