for i in `svn log -r{2011-02-01}:HEAD | awk '$3 == \"user\" {print $1}'`; do svn log -v -$i;done - (LIst svn commits by user for a date ...
確定! 回上一頁