Right now my workflow consists of svn diff | view - followed by svn commit. Now I wonder if there is a way that svn can be configured to show the svn diff output directly below the ignored section with its file list in order to commit directly after verifying the rest.
Right now my workflow consists of svn diff | view – followed by svn
Share
No the simple command line option of git (git commit -a -v) does not exist in SVN.