Does deleting 'M'odified line in SVN Commit have an effect
Posted
by cdated
on Stack Overflow
See other posts from Stack Overflow
or by cdated
Published on 2010-05-04T18:55:38Z
Indexed on
2010/05/04
18:58 UTC
Read the original article
Hit count: 231
When running the commandsvn ci
you get a text editor that allows you to place a comment, below that is there is the text "--This line, and those below, will be ignored--", then the files modified, added, or deleted.
If I were to delete a line such as:
M folderA/fileA
Would it remove that file from the check in, or is that just an SVN comment that has no other effect?
© Stack Overflow or respective owner