using (SvnClient svnClient = new SvnClient())
{
    Collection<SvnListEventArgs> contents;
    if (svnClient.GetList(new Uri(path), out contents))
    {
        foreach (SvnListEventArgs item in contents)
        {
             string path = item.Path;
        }
    }
}

728x90

+ Recent posts