How do I search within svn logs
Posted
by user369311
on Stack Overflow
See other posts from Stack Overflow
or by user369311
Published on 2010-06-17T13:55:53Z
Indexed on
2010/06/17
16:23 UTC
Read the original article
Hit count: 141
I want to be able to search within the commit logs of svn. I know you can do that on tortoise, but couldn't find a way using the command line.
We are moving to a two-tiered repository approach, so that the stable branch will only get stories fully completed and tested. To achieve that, we would need a way to search within the commit messages for the story code (eg:#s1322) and get a list of the revisions to be used in a subsequent merge command.
Ex: searchsvnapp http://[repo location root] #s1322
result: 4233,4249,4313
© Stack Overflow or respective owner