Wednesday, May 2, 2012

SVN log by username

Currently there is native way to view svn log by username, however you can use extra command to achieve the same thing, for example the following one :

svn log | sed -n '/username/,/-----$/ p'