public void Apply(ITfsWorkspace workspace) { var workspaceFile = workspace.GetLocalPath(Path); Repository.GetBlob(NewSha, workspaceFile); workspace.Add(Path); }
public void Apply(ITfsWorkspace workspace) { var workspaceFile = workspace.GetLocalPath(Path); Repository.CopyBlob(NewSha, workspaceFile); workspace.Add(Path); }
public void Apply(ITfsWorkspace workspace) { var workspaceFile = workspace.GetLocalPath(_path); _repository.GetBlob(_newSha, workspaceFile); workspace.Add(_path); }