I have a solution in VSS with this structure (simplified):
Solution1
|-Project1
|-Project2
|--Project2
|-Project3
You see the second Project2 folder? Somehow it got inside that wrapping project2 folder. How can I move painlessly all content of Project2 one level up, so that I wont have Project2/Project2?
Thanks