Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
もしそうなら、awkを利用した次のワンライナーが便利なテンプレートを提供するかもしれません
svn log -v -r{2009-05-21}:HEAD | awk '/^r[0-9]+ / {user=$3} /yms_web/ {if (user=="george") {print $2}}' | sort | uniq
または、svnログとXsltプロセッサのXML出力(--xml)を使用します。
これを便利なコマンドラインsvnの例のリストに追加できます。