0

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

monstro
  • 6,254
  • 10
  • 65
  • 111

1 Answers1

1

You can try the steps below:

  1. Backup the solution
  2. Open VSS Explorer, move project2 folder
  3. Open VS, go to File->Source Control->Change Source Control, update the server path of Project2
  4. Save the solution.
Rachel
  • 1,372
  • 1
  • 8
  • 11