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