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