문제

I have a professional license for Visual Studio and would like to keep using it as my IDE of choice. Problem is I work in an environment that tends to use Eclipse. The team uses SVN to check code in and out.

I know that VisualSVN will allow me to checkout this project. BUT the project doesn't have a solution tied to it. What is the best way to check out a project that doesn't have a solution tied to it using Visual Studio?

도움이 되었습니까?

해결책

When you create a solution and add a Website project to it, you should be able to let Visual Studio work on a folder structure. Just don't check in the project file, nor the solution and you should have basic editing functionality.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top