Ejemplo n.º 1
0
        public SvnClient(string login, string password)
        {
            this.svnClient17 = new SvnClient17();
            this.svnClient17.Authenticate(login, password);

            this.svnClient18 = new SvnClient18();
            this.svnClient18.Authenticate(login, password);

            this.svnClient19 = new SvnClient19();
            this.svnClient19.Authenticate(login, password);
        }
Ejemplo n.º 2
0
 public void Dispose()
 {
     if (this.svnClient17 != null)
     {
         svnClient17.Dispose();
         this.svnClient17 = null;
     }
     if (this.svnClient18 != null)
     {
         svnClient18.Dispose();
         this.svnClient18 = null;
     }
     if (this.svnClient19 != null)
     {
         svnClient19.Dispose();
         this.svnClient19 = null;
     }
 }
Ejemplo n.º 3
0
 public SvnClient()
 {
     this.svnClient17 = new SvnClient17();
     this.svnClient18 = new SvnClient18();
     this.svnClient19 = new SvnClient19();
 }