svn st for specific status
svn st | grep -P ‘^(?=.{0,6}A)’
Yea, Subversion isn’t the cool kid anymore version control but I still use it at work and I do a lot of svn st commands. This one above works well when I have a lot of changed files but want to zero in on just one type of status.
Substitute “A” for any other status (C, !, ?, M, etc).


