Beispiel #1
0
 protected override void ConvertFolderIntoBranch(string tfsRepositoryPath)
 {
     VersionControl.CreateBranchObject(new BranchProperties(new ItemIdentifier(tfsRepositoryPath)));
 }