What does 'MM' means when I run a svn diff?

diff, svn

Solution

the first column is content, the 2nd is properties

so your content, and its properties, have been modified.

Problem

When I run `svn diff` with the `--summarize` argument, ``` svn diff --summarize <path1> <path2> ``` I see some lines starting with `MM` in the output. I know `M` is for modified, `D` for deleted, etc. but I have never seen `MM` before. Does anyone know what `MM` means ?

Original source