Wednesday, September 9, 2009

How know which files are modified with svn update and awk

Svn status will show all file which some of file status we don't necessary to know.
To check the files which been modify, we can use following command

svn status | awk '$1 ~ /M/'