문제

I am looking for a way to be able to use VisualSVN with my PHP project. I tried adding my whole projet into Visual Studio 2012, but the files are not added into the solution explorer, thus I cannot push the solution to the SVN server.

Is there a legit way to make a PHP/html/javascript project inside VS2012, or another way to use VisualSVN for a PHP project?

I must use this SVN since this is the only one supported by my college at the moment.

도움이 되었습니까?

해결책

I created a new javascript project and renamed the file to index.php. I then created folders such as css and js and dragged all my website's files into VS2012. I am now using it as a code editor and I can commit my changes right away. I wish VS had a PHP template tough (even if it wouldn't support it's syntax, I wouldn't care!), it would be less of an hassle.

Everything's fine now.

다른 팁

there are a bunch of tools to create PHP projects in Visual Studio, complete with code coloring and code completion. just search for "PHP" in the Visual Studio Gallery.

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