Does a standard or normal diff format exist in SVN or only the unified format?
feedback
|
|
Therefore you should be able to use | |||
feedback
|
|
svn diff --diff-cmd diff -x --normal This has no side effects, unlike -b which causes changes in whitespace to be ignored. | |||
feedback
|