using (SvnClient client = new SvnClient())
{
    SvnInfoEventArgs info;
    if (client.GetInfo(path, out info))
    {
        return info.Uri.ToString();
    }
}

728x90

+ Recent posts