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?
It’s just a comment, intended to show the changes that will be committed.
If you don’t want to commit all changed/added/deleted files, you need to give it a list of the files that should be committed