TFS Continuous Developement major project update
Posted
by mamu
on Stack Overflow
See other posts from Stack Overflow
or by mamu
Published on 2010-05-03T19:20:40Z
Indexed on
2010/05/03
19:28 UTC
Read the original article
Hit count: 219
tfs
We are using TFS Continuous Development model Main Trunk -> Various Development branches -> Various Release branches
All merging back to main trunk
Now we need some major changes to our folder structure and solutions
How do you handle folder restructure in above model of TFS usage?
- do i need to draw line and create new structure from latest Main trunk and lock all branches and do updates then creates branches with restructured new trunk.
- Or am i underestimating TFS, would be able to handle major folder structure updates and propagate over to branches. As long as i know if we move around folders in branch or trunk it don't like it.
© Stack Overflow or respective owner