Find the base revision,message
Posted
by Vepr
on Stack Overflow
See other posts from Stack Overflow
or by Vepr
Published on 2010-05-13T14:43:26Z
Indexed on
2010/05/14
11:44 UTC
Read the original article
Hit count: 235
I have a task:
"Find base revision: select latest SVN revision that has message "TRANSLATION_BASE_EN_NO". If tag was found - get all the resources from that revision"
How can I read messages, and search for the revision I need? I want to see a piece of code of course. In C# (vs2008)
Thanks
© Stack Overflow or respective owner