When you work with a command line SVN client, you may find its output too clattered, especially if you have a lot of externals or generated files that you do not commit (such as in typo3temp/ or uploads/).
To see only modified files, you can use egrep like this:
svn st | egrep '^M '
To see only modified files, you can use egrep like this:
svn st | egrep '^M '
No comments:
Post a Comment