vote up 1 vote down star

If so the following one-liner utilizing awk might provide a useful template

svn log -v -r{2009-05-21}:HEAD | awk '/^r[0-9]+ / {user=$3} /yms_web/ {if (user=="george") {print $2}}' | sort | uniq
flag

2 Answers

vote up 0 vote down check

You could add this to the list of useful command-line svn examples.

link|flag
Thanks I'll do that! – George Jempty Jun 5 at 14:02
vote up 0 vote down

Or use the XML output (--xml) of svn log and an Xslt processor.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.