We have a solution containing about 30 projects that is ogranized in a given catalog structure(in the solution). On the filesystem the projects is however located all around the place so now I need to clean this up. There is however several problems with this :
So how do I solve this changes without stalling any other development within this solution?
You need to do it quickly, or at least each action should be quick.
If you need to move a Project to the correct location you should:
Do that for each move, slowly over a few days and you should be good. A big bang move is also possible but if you have 50 Devs then it is costly.