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
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