Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN diff - option ' --summarize '

Whenever I use

svn diff --summarize

I get something like :

A        *mylinkhere*
M        *mylinghere*

What are those beginning letters (eg A, M) for?

like image 674
SnuKies Avatar asked Oct 20 '25 14:10

SnuKies


1 Answers

After comparing the result of svn diff with the result of svn diff --summarize I found out that :

  • D - deleted
  • A - added
  • M - modified
  • MM - file content modified & svn properties modified

There where also a couple of 2M's ( MM ) which I still do not know what they stand for, but if I'll do, I'll come back and modify the answer.

@LaurentH. thanks for your help.

like image 167
SnuKies Avatar answered Oct 22 '25 05:10

SnuKies



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!