tfsbuildextensions / BuildManager

Community TFS Build Manager
54 stars 27 forks source link

"Clone to Branch (TFVC)" does not update "Working folders" in Workspace page for some build definitions #26

Closed yingang closed 7 years ago

yingang commented 7 years ago

I started to use the great tool a few days ago and encountered a strange problem.

We're using TFS2010. When I clone a build definition in BuildManager:

Any suggestion woule be appreciated, thanks!

yingang commented 7 years ago

Just found the cause to the problem: in TfsClientRepository::CloneWorkspaceMappings, the m.StartsWith is called with case ignoring while the following m.Replace doesn't, so for the branch path with case changing history, the Replace call would fail to work.