Using client.status in c# with sharpsvn

Posted by Pedro on Stack Overflow See other posts from Stack Overflow or by Pedro
Published on 2010-03-15T11:16:34Z Indexed on 2010/03/15 11:19 UTC
Read the original article Hit count: 853

Filed under:
|

I want to use the status method but i dont understand how it works. Could someone show me an example of use please?

EventHandler < SvnStatusEventArgs > statusHandler = new EventHandler<SvnStatusEventArgs>(void(object, SvnStatusEventArgs) target);
client.Status(path, statusHandler);

© Stack Overflow or respective owner

Related posts about c#

Related posts about sharpsvn