views:

14

answers:

1

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

A: 

In c#, I use svnsharp lib

Vepr