List All The Commits By A Specific Author
May 21st, 09From time to time, I want to see what changes I have committed to a project that I work on. The following is a shell command for doing so.
svn log | grep "author_name" | awk '{print "svn log -"$1}' | bash
This is a personal blog of Phalkunz. He currently works at