public void Apply(ITfsWorkspace workspace) { workspace.Edit(Path); workspace.Rename(Path, PathTo, Score); var workspaceFile = workspace.GetLocalPath(PathTo); _repository.GetBlob(NewSha, workspaceFile); }
public void Apply(ITfsWorkspace workspace) { workspace.Edit(_path); workspace.Rename(_path, _pathTo); var workspaceFile = workspace.GetLocalPath(_pathTo); _repository.GetBlob(_newSha, workspaceFile); }