How to “clone” a complete .Net Solution
问题 i have a solution(exe) that consists of 3 projects and is under visual sourcesafe sourcecontrol. Now i need a copy because i have to make some major changes that should not affect the original application. So what is the simpliest and safest way to achieve this and avoids conflicts? I also want the new solution to be under sourcecontrol as different project too. Thank you in advance. Edit : I have followed your instructions to create a new branch in source safe. I had to remove some conflicts