Пример #1
0
 public void EnsureAuthenticated()
 {
     if (null == m_client)
     {
         //Create a new instance of the svn client
         m_client = new SubversionClient();
         m_client.Connect(m_uri, m_credential);
     }
 }