I want to be able to search within the commit logs of svn. I know you can do that on tortoise. We are moving to a two-tiered repository approach, so that the stable branch will only get fully completed and tested stories. To achieve that, I 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
This would then be copied and pasted in a merge command that would allow to apply all the revisions at once.
BTW, Is there any way to use the merge command to apply several revisions at once?
Thanks Emerson