SVN log by user


/ Published in: Bash
Save to your folder(s)

Command: svn log -rHEAD:443 | sed -n '/nalmeida/,/-----$/ p'


Copy this code and paste it in your HTML
  1. #!/bin/bash
  2. svn log -v $1 | sed -n "/"$2"/,/-----$/ p"

URL: http://svn.haxx.se/users/archive-2007-08/0748.shtml

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.