Esempio n. 1
0
 public void Branch(IServerPath targetFolder)
 {
     _tfsGateway.Branch(this.ServerPath, targetFolder.Subpath(this.Name), false);
 }
Esempio n. 2
0
 public void Branch(IServerPath destination)
 {
     _tfsGateway.Branch(this.ServerPath, destination, true);
 }