VCS - 'disconnect a Project'?
Hi
I have used a Project with VCS (GitHub). Now I want to switch off VCS-support for that project. How can I do that?
The reason:
I have build me a Template with all Classes, CSS, Javascript etc. I always use this, when I start a Project (like Boilerplate, but with php-classes).
When have have downloaded it - i start with the work. And that changes of course should not update the VCS repository (because that is only for the template)
cu
Please sign in to leave a comment.
Settings | Version Control ... ?
Mmmh,
There is no switch "turn of VCS" - or I don't find it
If I remove the path to the git.exe, I got an error.
If I remove the path in theVersionControl Directory - I got an error.
?
You should use "-" (minus) button to remove VCS association completely .. or set value in "VCS" column to "none".
Like this:

That was one of the first things I've tryed. But it produced an error. (Even if I restart phpstorm)
cu
Yes
What error? The one on pink/light-red backgound on your screenshot?
1) Try unchecking "Notify about VCS root errors" option ( http://www.jetbrains.com/phpstorm/webhelp/version-control.html )
2) Delete your git related files (.git folder/files) -- sorry, I've never worked with git/github before.
P.S.
Seems similar: http://devnet.jetbrains.com/message/5273980#5273980
Hi,
I got two errormessages: One is in the screenshot, and the other comes up in the right top corner when I load the project.
Now I have removed the directory .git - and it looks like it would work.
cu