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 ?
SVN Status second column: M, C The second column tells the status of a file's or directory's properties. No modifications. M Properties for this item have been modified.
svn diff (di) — This displays the differences between two revisions or paths.
- to view the differences between a file in your working copy, and a file in any Subversion repository: In explorer, select the file, then press the Shift key whilst right clicking to obtain the context menu. Select TortoiseSVN -> Diff with URL. The same applies for a working copy folder.
G code: indicates changes made by one user and committed in the repository are automatically updated in a local working copy. R code: it means the item was in a queue for deletion and another item with the same name is in a queue for addition.
the first column is content, the 2nd is properties
so your content, and its properties, have been modified.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With